函数逻辑报告 |
Source Code:arch\x86\kernel\kprobes\core.c |
Create Date:2022-07-27 09:37:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:arch_prepare_kprobe
函数原型:int arch_prepare_kprobe(struct kprobe *p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kprobe * | p |
483 | 如果alternatives_text_reserved( location of the probe point , location of the probe point )则返回:负EINVAL |
486 | 如果非Check if paddr is at an instruction boundary 则返回:负EILSEQ |
490 | 如果非copy of the original instruction 则返回:负ENOMEM |
493 | ret等于arch_copy_kprobe(p) |
494 | 如果ret则 |
496 | copy of the original instruction = NULL |
499 | 返回:ret |
名称 | 描述 |
---|---|
register_aggr_kprobe | This is the second or subsequent kprobe at the address - handle* the intricacies |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |