函数逻辑报告 |
Source Code:kernel\bpf\stackmap.c |
Create Date:2022-07-27 14:44:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Parse build ID of ELF file mapped to vma
函数原型:static int stack_map_get_build_id(struct vm_area_struct *vma, unsigned char *build_id)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vm_area_struct * | vma | |
unsigned char * | build_id |
253 | 如果非File we map to (can be NULL). 则返回:负EINVAL |
261 | page_addr等于kmap_atomic(page) |
274 | 否则如果e_ident[EI_CLASS]恒等于ELFCLASS64则ret等于Parse build ID from 64-bit ELF |
276 | out : |
277 | Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(page_addr) |
279 | 返回:ret |
名称 | 描述 |
---|---|
stack_map_get_build_id_offset |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |