函数逻辑报告 |
Source Code:kernel\kprobes.c |
Create Date:2022-07-27 12:39:28 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:within_kprobe_blacklist
函数原型:bool within_kprobe_blacklist(unsigned long addr)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | addr |
1450 | 如果__within_kprobe_blacklist(addr)则返回:true |
1454 | 如果非lookup_symbol_name(addr, symname)则 |
1455 | p等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
1456 | 如果非p则返回:false |
1458 | p等于'\0' |
1459 | addr等于kprobe_lookup_name(symname, 0) |
1460 | 如果addr则返回:__within_kprobe_blacklist(addr) |
1463 | 返回:false |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |