Searched defs:btf_fd (Results 1 – 14 of 14) sorted by relevance
/linux/tools/lib/bpf/ |
A D | libbpf_probes.c | 157 int btf_fd, btf_len; in libbpf__load_raw_btf() local 207 int fd = -1, btf_fd = -1, fd_inner; in bpf_probe_map_type() local
|
A D | bpf.h | 45 __u32 btf_fd; member
|
A D | gen_loader.c | 35 __u32 btf_fd; member
|
A D | libbpf_internal.h | 318 __u32 btf_fd; member
|
A D | btf.c | 1275 struct btf *btf_get_from_fd(int btf_fd, struct btf *base_btf) in btf_get_from_fd() 1332 int btf_fd; in btf__load_from_kernel_by_id_split() local
|
A D | libbpf.c | 6423 int btf_fd, ret, err; in load_program() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | syscall.c | 12 int btf_fd; member
|
A D | btf.c | 4063 int map_fd = -1, btf_fd = -1; in do_test_raw() local 4200 int btf_fd = -1, err; in test_big_btf_info() local 4280 int btf_fd[2] = {-1, -1}, map_fd = -1; in test_btf_id() local 4416 int btf_fd = -1, err, ret; in do_test_get_info() local 5145 int map_fd = -1, btf_fd = -1; in do_test_pprint() local 6526 int btf_fd = -1, prog_fd = -1, err = 0; in do_test_info_raw() local
|
/linux/tools/testing/selftests/bpf/map_tests/ |
A 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/tools/testing/selftests/bpf/ |
A D | test_verifier.c | 645 int btf_fd; in load_btf() local 675 int fd, btf_fd; in create_map_spin_lock() local 699 int fd, btf_fd; in create_sk_storage_map() local 723 int fd, btf_fd; in create_map_timer() local
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | syscall.c | 18 int btf_fd; member
|
/linux/kernel/bpf/ |
A D | verifier.c | 1709 int btf_fd; in __find_kfunc_desc_btf() local 11470 int i, btf_fd, err; in check_pseudo_btf_id() local
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 1271 __u32 btf_fd; /* fd pointing to a BTF type data */ member
|
/linux/include/uapi/linux/ |
A D | bpf.h | 1271 __u32 btf_fd; /* fd pointing to a BTF type data */ member
|
Completed in 89 milliseconds