Function report |
Source Code:arch\x86\kernel\kprobes\core.c |
Create Date:2022-07-28 08:38:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arch_prepare_kprobe
Proto:int arch_prepare_kprobe(struct kprobe *p)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kprobe * | p |
483 | If alternatives_text_reserved( location of the probe point , location of the probe point ) Then Return -EINVAL |
486 | If Not Check if paddr is at an instruction boundary Then Return -EILSEQ |
490 | If Not copy of the original instruction Then Return -ENOMEM |
493 | ret = arch_copy_kprobe(p) |
494 | If ret Then |
496 | copy of the original instruction = NULL |
499 | Return ret |
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 |