函数逻辑报告 |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-27 15:06:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:update_ref_ctr
函数原型:static int update_ref_ctr(struct uprobe *uprobe, struct mm_struct *mm, short d)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct uprobe * | uprobe | |
struct mm_struct * | mm | |
short | d |
428 | ret等于0 |
430 | rc_vma等于find_ref_ctr_vma(uprobe, mm) |
432 | 如果rc_vma则 |
434 | ret等于__update_ref_ctr(mm, rc_vaddr, d) |
435 | 如果ret则update_ref_ctr_warn(uprobe, mm, d) |
442 | mutex_lock( & delayed_uprobe_lock) |
443 | 如果d大于0则ret等于delayed_uprobe_add(uprobe, mm) |
445 | 否则delayed_uprobe_remove(uprobe, mm) |
449 | 返回:ret |
名称 | 描述 |
---|---|
uprobe_write_opcode | NOTE:* Expect the breakpoint instruction to be the smallest size instruction for* the architecture |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |