Home
last modified time | relevance | path

Searched defs:btf_fd (Results 1 – 8 of 8) sorted by relevance

/tools/lib/bpf/
Dlibbpf_probes.c148 int btf_fd, btf_len; in libbpf__load_raw_btf() local
198 int fd = -1, btf_fd = -1, fd_inner; in bpf_probe_map_type() local
Dbpf.h47 __u32 btf_fd; member
Dlibbpf.c2050 int btf_fd; in bpf_object__probe_btf_func() local
2077 int btf_fd; in bpf_object__probe_btf_datasec() local
3369 int btf_fd, ret; in load_program() local
Dbtf.c637 int btf_fd; in btf__get_from_id() local
/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c148 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
/tools/testing/selftests/bpf/
Dtest_btf.c3629 int map_fd = -1, btf_fd = -1; in do_test_raw() local
3790 int btf_fd = -1, err; in test_big_btf_info() local
3870 int btf_fd[2] = {-1, -1}, map_fd = -1; in test_btf_id() local
4006 int btf_fd = -1, err, ret; in do_test_get_info() local
4763 int map_fd = -1, btf_fd = -1; in do_test_pprint() local
6147 int btf_fd = -1, prog_fd = -1, err = 0; in do_test_info_raw() local
Dtest_verifier.c548 int btf_fd; in load_btf() local
578 int fd, btf_fd; in create_map_spin_lock() local
602 int fd, btf_fd; in create_sk_storage_map() local
/tools/include/uapi/linux/
Dbpf.h384 __u32 btf_fd; /* fd pointing to a BTF type data */ member