Searched defs:btf_fd (Results 1 – 9 of 9) sorted by relevance
/linux-5.10/tools/lib/bpf/ |
D | libbpf_probes.c | 155 int btf_fd, btf_len; in libbpf__load_raw_btf() local 205 int fd = -1, btf_fd = -1, fd_inner; in bpf_probe_map_type() local
|
D | bpf.h | 45 __u32 btf_fd; member
|
D | btf.c | 1234 int btf_fd; in btf__get_from_id() local
|
D | libbpf.c | 6633 int btf_fd, ret; in load_program() local
|
/linux-5.10/tools/testing/selftests/bpf/map_tests/ |
D | sk_storage_map.c | 148 int btf_fd, map_fd; in create_sk_storage_map() local 467 int btf_fd, map_fd, sk_fd, err; in test_sk_storage_map_basic() local
|
/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 3633 int map_fd = -1, btf_fd = -1; in do_test_raw() local 3770 int btf_fd = -1, err; in test_big_btf_info() local 3850 int btf_fd[2] = {-1, -1}, map_fd = -1; in test_btf_id() local 3986 int btf_fd = -1, err, ret; in do_test_get_info() local 4711 int map_fd = -1, btf_fd = -1; in do_test_pprint() local 6092 int btf_fd = -1, prog_fd = -1, err = 0; in do_test_info_raw() local
|
/linux-5.10/tools/testing/selftests/bpf/ |
D | test_verifier.c | 551 int btf_fd; in load_btf() local 581 int fd, btf_fd; in create_map_spin_lock() local 605 int fd, btf_fd; in create_sk_storage_map() local
|
/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 498 __u32 btf_fd; /* fd pointing to a BTF type data */ member
|
/linux-5.10/include/uapi/linux/ |
D | bpf.h | 498 __u32 btf_fd; /* fd pointing to a BTF type data */ member
|