/linux-6.14.4/tools/lib/bpf/ |
D | libbpf_probes.c | 237 int btf_fd, btf_len; in libbpf__load_raw_btf() local 287 int fd = -1, btf_fd = -1, fd_inner = -1, exp_err = 0, err = 0; in probe_map_create() local
|
D | features.c | 492 int prog_fd, btf_fd, insn_cnt = ARRAY_SIZE(insns); in probe_kern_arg_ctx_tag() local
|
D | gen_loader.c | 36 __u32 btf_fd; member
|
D | bpf.h | 43 __u32 btf_fd; member
|
D | bpf.c | 1170 int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len) in bpf_btf_get_info_by_fd()
|
D | btf.c | 1568 struct btf *btf_get_from_fd(int btf_fd, struct btf *base_btf) in btf_get_from_fd() 1625 int btf_fd; in btf__load_from_kernel_by_id_split() local
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 4363 int btf_fd; in load_raw_btf() local 4386 int map_fd = -1, btf_fd = -1; in do_test_raw() local 4519 int btf_fd = -1, err; in test_big_btf_info() local 4597 int btf_fd[2] = {-1, -1}, map_fd = -1; in test_btf_id() local 4721 int btf_fd = -1, err, ret; in do_test_get_info() local 5452 int map_fd = -1, btf_fd = -1; in do_test_pprint() local 6826 int btf_fd = -1, prog_fd = -1, err = 0; in do_test_info_raw() local
|
D | module_fentry_shadow.c | 60 int btf_fd[2] = {}; in test_module_fentry_shadow() local
|
D | core_reloc_raw.c | 73 int btf_fd = -1; in test_bad_local_id() local
|
D | syscall.c | 12 int btf_fd; member
|
D | fd_array.c | 274 static int get_btf_id_by_fd(int btf_fd, __u32 *id) in get_btf_id_by_fd()
|
D | token.c | 569 int err, token_fd = -1, btf_fd = -1; in userns_btf_load() local
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | test_verifier.c | 751 int btf_fd; in load_btf_spec() local 805 int fd, btf_fd; in create_map_spin_lock() local 824 int fd, btf_fd; in create_sk_storage_map() local 843 int fd, btf_fd; in create_map_timer() local 862 int fd, btf_fd; in create_map_kptr() local 1507 int fd_prog, btf_fd, expected_ret, alignment_prevented_execution; in do_test_single() local
|
/linux-6.14.4/tools/testing/selftests/bpf/map_tests/ |
D | sk_storage_map.c | 144 int btf_fd, map_fd; in create_sk_storage_map() local 463 int btf_fd, map_fd, sk_fd, err; in test_sk_storage_map_basic() local
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 25 int btf_fd; member
|
/linux-6.14.4/tools/bpf/bpftool/ |
D | btf.c | 858 int btf_fd; in btf_is_kernel_module() local
|
/linux-6.14.4/tools/include/uapi/linux/ |
D | bpf.h | 1477 __u32 btf_fd; /* fd pointing to a BTF type data */ member
|
/linux-6.14.4/include/uapi/linux/ |
D | bpf.h | 1477 __u32 btf_fd; /* fd pointing to a BTF type data */ member
|
/linux-6.14.4/kernel/bpf/ |
D | verifier.c | 2951 int btf_fd; in __find_kfunc_desc_btf() local 19442 int btf_fd; in check_pseudo_btf_id() local
|