函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:34:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__btf_name_by_offset
函数原型:static const char *__btf_name_by_offset(const struct btf *btf, u32 offset)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct btf * | btf | |
u32 | offset |
561 | 如果非offset则返回:"(anon)" |
563 | 否则如果offset小于 length of string section 则返回:strings[offset] |
565 | 否则返回:"(invalid-name-offset)" |
名称 | 描述 |
---|---|
__btf_verifier_log_type | |
btf_verifier_log_member | |
btf_find_spin_lock | d 'struct bpf_spin_lock' in map value.* return >= 0 offset if found* and < 0 in case of error |
btf_enum_check_meta | |
btf_enum_seq_show | |
btf_func_proto_log | |
btf_datasec_seq_show | |
btf_parse_vmlinux | |
btf_ctx_access | |
btf_struct_access | |
__btf_resolve_helper_id |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |