Function report |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-28 13:17:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__btf_name_by_offset
Proto:static const char *__btf_name_by_offset(const struct btf *btf, u32 offset)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const struct btf * | btf | |
u32 | offset |
561 | If Not offset Then Return "(anon)" |
563 | Else if offset < length of string section Then Return strings[offset] |
565 | Else Return "(invalid-name-offset)" |
Name | Describe |
---|---|
__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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |