函数逻辑报告 |
Source Code:kernel\kprobes.c |
Create Date:2022-07-27 12:40:03 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Module notifier call back, checking kprobes on the module
函数原型:static int kprobes_module_callback(struct notifier_block *nb, unsigned long val, void *data)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct notifier_block * | nb | |
unsigned long | val | |
void * | data |
2226 | checkcore等于val恒等于 Going away. |
2228 | 如果val不等于 Going away. 且val不等于 Normal state. 则返回:Don't care |
2238 | 以i小于KPROBE_TABLE_SIZE循环 |
2239 | head等于kprobe_table[i] |
2241 | 如果within_module_init((unsignedlong) location of the probe point , mod)或checkcore且within_module_core((unsignedlong) location of the probe point , mod)则 |
2259 | 返回:Don't care |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |