Function report |
Source Code:kernel\kprobes.c |
Create Date:2022-07-28 11:35:30 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kretprobe_table_lock
Proto:static void kretprobe_table_lock(unsigned long hash, unsigned long *flags)__acquires(hlist_lock)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | hash | |
unsigned long * | flags |
1213 | hlist_lock = kretprobe_table_lock_ptr(hash) |
1214 | raw_spin_lock_irqsave(hlist_lock, * flags) |
Name | Describe |
---|---|
kprobe_flush_task | This function is called from finish_task_switch when task tk becomes dead,* so that we can recycle any function-return probe instances associated* with this task. These left over instances represent probed functions |
cleanup_rp_inst |
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 |