Searched defs:btf_obj_fd (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 7742 int btf_obj_fd = 0, btf_type_id = 0, err; libbpf_prepare_prog_load() local 10414 find_kernel_btf_id(struct bpf_object * obj,const char * attach_name,enum bpf_attach_type attach_type,int * btf_obj_fd,int * btf_type_id) find_kernel_btf_id() argument 10467 libbpf_find_attach_btf_id(struct bpf_program * prog,const char * attach_name,int * btf_obj_fd,int * btf_type_id) libbpf_find_attach_btf_id() argument 14127 int btf_obj_fd = 0, btf_id = 0, err; bpf_program__set_attach_target() local [all...] |
| /linux/kernel/bpf/ |
| H A D | btf.c | 8554 int btf_obj_fd = 0; in BPF_CALL_4() local
|