Searched defs:btf_obj_fd (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c7824 int btf_obj_fd = 0; local
/linux-master/tools/lib/bpf/
H A Dlibbpf.c7274 int btf_obj_fd = 0, btf_type_id = 0, err; local
9815 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) argument
9852 libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, int *btf_obj_fd, int *btf_type_id) argument
13342 int btf_obj_fd = 0, btf_id = 0, err; local
[all...]

Completed in 152 milliseconds