Function report |
Source Code:arch\x86\kernel\kprobes\opt.c |
Create Date:2022-07-28 08:39:23 |
Last Modify:2022-05-22 07:44:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Replace a relative jump with a breakpoint (int3).
Proto:void arch_unoptimize_kprobe(struct optimized_kprobe *op)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct optimized_kprobe * | op |
453 | insn_buff[0] = BREAKPOINT_INSTRUCTION |
456 | emulate_buff[0] = RELATIVEJUMP_OPCODE |
Name | Describe |
---|---|
arch_unoptimize_kprobes | Recover original instructions and breakpoints from relative jumps.* Caller must call with locking kprobe_mutex. |
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 |