Home
last modified time | relevance | path

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

/linux/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.c4499 .descr = "Large bpf_btf_info",
4530 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/tools/bpf/bpftool/
H A Dbtf.c856 struct bpf_btf_info btf_info = {}; in btf_is_kernel_module()
1242 show_btf_plain(struct bpf_btf_info *info, int fd, in show_btf_plain()
1275 show_btf_json(struct bpf_btf_info *info, int fd, in show_btf_json()
1314 struct bpf_btf_info info; in show_btf()
H A Dcgroup.c106 struct bpf_btf_info btf_info = {}; in guess_vmlinux_btf_id()
/linux/tools/lib/bpf/
H A Dbpf.h565 * @param info pointer to **struct bpf_btf_info** that will be populated with
572 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()
326 * name/name_len fields in struct bpf_btf_info. in probe_module_btf()
H A Dbpf.c1215 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.c1628 struct bpf_btf_info btf_info; in btf_get_from_fd()
H A Dlibbpf.c5648 struct bpf_btf_info info; in load_module_btfs()
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c895 struct bpf_btf_info info; in btf__load_testmod_btf()
/linux/tools/include/uapi/linux/
H A Dbpf.h451 * * **struct bpf_btf_info**
6671 struct bpf_btf_info { struct
6672 btfbpf_btf_info global() argument
6673 btf_sizebpf_btf_info global() argument
6674 idbpf_btf_info global() argument
6675 namebpf_btf_info global() argument
6676 name_lenbpf_btf_info global() argument
6677 kernel_btfbpf_btf_info global() argument
/linux/include/uapi/linux/
H A Dbpf.h451 * * **struct bpf_btf_info**
6671 struct bpf_btf_info { struct
6672 btfbpf_btf_info global() argument
6673 btf_sizebpf_btf_info global() argument
6674 idbpf_btf_info global() argument
6675 namebpf_btf_info global() argument
6676 name_lenbpf_btf_info global() argument
6677 kernel_btfbpf_btf_info global() argument
/linux/kernel/bpf/
H A Dbtf.c8075 struct bpf_btf_info __user *uinfo; in btf_get_info_by_fd()
8076 struct bpf_btf_info info; in btf_get_info_by_fd()
H A Dsyscall.c5200 struct bpf_btf_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_btf_get_info_by_fd()