Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_fentry_shadow.c13 struct bpf_btf_info info; in get_bpf_testmod_btf_fd()
H A Dbtf.c4452 struct bpf_btf_info info; in test_big_btf_info()
4455 struct bpf_btf_info *info; in test_big_btf_info()
4536 struct bpf_btf_info info[2] = {}; in test_btf_id()
4657 struct bpf_btf_info info = {}; in do_test_get_info()
/openbmc/linux/tools/bpf/bpftool/
H A Dbtf.c525 struct bpf_btf_info btf_info = {}; in btf_is_kernel_module()
859 show_btf_plain(struct bpf_btf_info *info, int fd, in show_btf_plain()
892 show_btf_json(struct bpf_btf_info *info, int fd, in show_btf_json()
931 struct bpf_btf_info info; in show_btf()
H A Dcgroup.c72 struct bpf_btf_info btf_info = {}; in guess_vmlinux_btf_id()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h534 LIBBPF_API int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len);
H A Dbpf.c1143 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.c1344 struct bpf_btf_info btf_info; in btf_get_from_fd()
H A Dlibbpf.c4789 struct bpf_btf_info info; in probe_module_btf()
5509 struct bpf_btf_info info; in load_module_btfs()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6465 struct bpf_btf_info { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6465 struct bpf_btf_info { struct
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c897 struct bpf_btf_info info; in btf__load_testmod_btf()
/openbmc/linux/kernel/bpf/
H A Dbtf.c7231 struct bpf_btf_info __user *uinfo; in btf_get_info_by_fd()
7232 struct bpf_btf_info info; in btf_get_info_by_fd()
H A Dsyscall.c4686 struct bpf_btf_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_btf_get_info_by_fd()