函数逻辑报告 |
Source Code:kernel\kprobes.c |
Create Date:2022-07-27 12:38:54 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Unoptimize a kprobe if p is optimized
函数原型:static void unoptimize_kprobe(struct kprobe *p, bool force)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kprobe * | p | |
bool | force |
680 | 如果非Return true if the kprobe is an aggregator 或Return true(!0) if the kprobe is disarmed. Note: p must be on hash list 则返回 |
687 | 如果非链表为空则 |
707 | 如果force则 |
710 | 否则 |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |