Function report |
Source Code:arch\x86\kernel\kprobes\opt.c |
Create Date:2022-07-28 08:39:22 |
Last Modify:2022-05-22 07:44:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Replace breakpoints (int3) with relative jumps.* Caller must call with locking kprobe_mutex and text_mutex.
Proto:void arch_optimize_kprobes(struct list_head *oplist)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | oplist |
434 | memcpy( copy of the original instructions , location of the probe point + INT3_SIZE, RELATIVE_ADDR_SIZE) |
437 | insn_buff[0] = RELATIVEJUMP_OPCODE |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |