Function report |
Source Code:arch\x86\kernel\kprobes\opt.c |
Create Date:2022-07-28 08:39:18 |
Last Modify:2022-05-22 07:44:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check the addr is within the optimized instructions.
Proto:int arch_within_optimized_kprobe(struct optimized_kprobe *op, unsigned long addr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct optimized_kprobe * | op | |
unsigned long | addr |
328 | Return location of the probe point <= addr && location of the probe point + the size of instructions copied to detour code buffer > addr |
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 |