Function report |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-28 13:17:17 |
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_offset_valid
Proto:static bool btf_name_offset_valid(const struct btf *btf, u32 offset)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct btf * | btf | |
u32 | offset |
510 | Return BTF_STR_OFFSET_VALID(offset) && offset < length of string section |
Name | Describe |
---|---|
btf_struct_check_meta | |
btf_enum_check_meta | |
btf_func_proto_check | |
btf_check_meta |
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 |