函数逻辑报告 |
Source Code:kernel\kprobes.c |
Create Date:2022-07-27 12:38:36 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check given address is on the page of kprobe instruction slots.* This will be used for checking whether the address on a stack* is on a text area or not.
函数原型:bool __is_insn_slot_addr(struct kprobe_insn_cache *c, unsigned long addr)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kprobe_insn_cache * | c | |
unsigned long | addr |
278 | bool ret = false |
282 | 如果addr大于等于Page of instruction slots 且addr小于Page of instruction slots 加PAGE_SIZE则 |
290 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |