Function report |
Source Code:include\linux\kprobes.h |
Create Date:2022-07-28 05:53:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kretprobe_assert
Proto:static inline void kretprobe_assert(struct kretprobe_instance *ri, unsigned long orig_ret_address, unsigned long trampoline_address)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kretprobe_instance * | ri | |
unsigned long | orig_ret_address | |
unsigned long | trampoline_address |
210 | If Not orig_ret_address || orig_ret_address == trampoline_address Then |
211 | printk("kretprobe BUG!: Processing kretprobe %p @ %p\n", rp, location of the probe point ) |
213 | BUG() |
Name | Describe |
---|---|
trampoline_handler | Called from kretprobe_trampoline |
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 |