函数逻辑报告 |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-27 15:05:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vaddr_to_offset
函数原型:static loff_t vaddr_to_offset(struct vm_area_struct *vma, unsigned long vaddr)
返回类型:loff_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vm_area_struct * | vma | |
unsigned long | vaddr |
138 | 返回:Offset (within vm_file) in PAGE_SIZEunits 左移PAGE_SHIFT determines the page size 位的值加vaddr减Our start address within vm_mm. |
名称 | 描述 |
---|---|
uprobe_write_opcode | NOTE:* Expect the breakpoint instruction to be the smallest size instruction for* the architecture |
register_for_each_vma | |
build_probe_list | For a given range in vma, build a list of probes that need to be inserted. |
vma_has_uprobes | |
find_active_uprobe |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |