函数逻辑报告 |
Source Code:kernel\kprobes.c |
Create Date:2022-07-27 12:39:12 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Walks the list and increments nmissed count for multiprobe case
函数原型:void kprobes_inc_nmissed_count(struct kprobe *p)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kprobe * | p |
1170 | 否则 |
1171 | 遍历RCU(kp, & list of kprobes for multi-handler support , list) |
1174 | 返回 |
名称 | 描述 |
---|---|
kprobe_fault_handler | |
optimized_callback | Optimized kprobe call back function: called from optinsn |
kprobe_ftrace_handler | Ftrace callback handler for kprobes -- called under preepmt disabed |
reenter_kprobe | We have reentered the kprobe_handler(), since another probe was hit while* within the handler. We save the original kprobes variables and just single* step on the instruction of the new probe without calling any user handlers. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |