Home
last modified time | relevance | path

Searched refs:bpf_btf_info (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_fentry_shadow.c14 struct bpf_btf_info info; in get_bpf_testmod_btf_fd()
H A Dtest_struct_ops_module.c16 struct bpf_btf_info btf_info; in check_map_info()
H A Dfd_array.c276 struct bpf_btf_info info; in get_btf_id_by_fd()
H A Dbtf.c4530 struct bpf_btf_info info; in test_big_btf_info()
4533 struct bpf_btf_info *info; in test_big_btf_info()
4614 struct bpf_btf_info info[2] = {}; in test_btf_id()
4735 struct bpf_btf_info info = {}; in do_test_get_info()
/linux-6.15/tools/bpf/bpftool/
H A Dbtf.c856 struct bpf_btf_info btf_info = {}; in btf_is_kernel_module()
1238 show_btf_plain(struct bpf_btf_info *info, int fd, in show_btf_plain()
1271 show_btf_json(struct bpf_btf_info *info, int fd, in show_btf_json()
1310 struct bpf_btf_info info; in show_btf()
H A Dcgroup.c106 struct bpf_btf_info btf_info = {}; in guess_vmlinux_btf_id()
/linux-6.15/tools/lib/bpf/
H A Dbpf.h567 LIBBPF_API int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len);
H A Dfeatures.c311 struct bpf_btf_info info; in probe_module_btf()
H A Dbpf.c1171 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()
H A Dbtf.c1570 struct bpf_btf_info btf_info; in btf_get_from_fd()
H A Dlibbpf.c5642 struct bpf_btf_info info; in load_module_btfs()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6633 struct bpf_btf_info { struct
/linux-6.15/include/uapi/linux/
H A Dbpf.h6633 struct bpf_btf_info { struct
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_verifier.c895 struct bpf_btf_info info; in btf__load_testmod_btf()
/linux-6.15/kernel/bpf/
H A Dbtf.c8019 struct bpf_btf_info __user *uinfo; in btf_get_info_by_fd()
8020 struct bpf_btf_info info; in btf_get_info_by_fd()
H A Dsyscall.c5037 struct bpf_btf_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_btf_get_info_by_fd()