Function report |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-28 13:21:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:btf_new_fd
Proto:int btf_new_fd(const union bpf_attr *attr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const union bpf_attr * | attr |
4168 | btf = btf_parse(u64_to_user_ptr( anonymous struct for BPF_BTF_LOAD ), btf_size, btf_log_level, u64_to_user_ptr(btf_log_buf), btf_log_size) |
4175 | ret = btf_alloc_id(btf) |
4176 | If ret Then |
4187 | ret = __btf_new_fd(btf) |
4191 | Return ret |
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 |