Function report |
Source Code:kernel\kprobes.c |
Create Date:2022-07-28 11:35:09 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Unoptimize a kprobe if p is optimized
Proto:static void unoptimize_kprobe(struct kprobe *p, bool force)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kprobe * | p | |
bool | force |
680 | If Not Return true if the kprobe is an aggregator || Return true(!0) if the kprobe is disarmed. Note: p must be on hash list Then Return |
684 | If Not Is this kprobe really running optimized path ? Then Return |
707 | If force Then |
710 | Else |
Name | Describe |
---|---|
unoptimize_all_kprobes | |
__arm_kprobe | Put a breakpoint for a probe. Must be called with text_mutex locked |
__disarm_kprobe | Remove the breakpoint of a probe. Must be called with text_mutex locked |
add_new_kprobe | Add the new probe to ap->list |
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 |