Searched refs:bpf_btf_info (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_module.c10 struct bpf_btf_info btf_info;
H A Dmodule_fentry_shadow.c13 struct bpf_btf_info info;
H A Dbtf.c4450 .descr = "Large bpf_btf_info",
4481 struct bpf_btf_info info;
4484 struct bpf_btf_info *info;
4565 struct bpf_btf_info info[2] = {};
4686 struct bpf_btf_info info = {};
/linux-master/tools/bpf/bpftool/
H A Dbtf.c525 struct bpf_btf_info btf_info = {};
859 show_btf_plain(struct bpf_btf_info *info, int fd,
892 show_btf_json(struct bpf_btf_info *info, int fd,
931 struct bpf_btf_info info;
H A Dcgroup.c74 struct bpf_btf_info btf_info = {};
/linux-master/tools/lib/bpf/
H A Dbpf.h556 * @param info pointer to **struct bpf_btf_info** that will be populated with
563 LIBBPF_API int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len);
H A Dfeatures.c315 struct bpf_btf_info info;
330 * name/name_len fields in struct bpf_btf_info.
H A Dbpf.c1166 int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len)
H A Dbtf.c1515 struct bpf_btf_info btf_info;
H A Dlibbpf.c5494 struct bpf_btf_info info;
/linux-master/include/uapi/linux/
H A Dbpf.h448 * * **struct bpf_btf_info**
6597 struct bpf_btf_info { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h448 * * **struct bpf_btf_info**
6597 struct bpf_btf_info { struct
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c899 struct bpf_btf_info info;
/linux-master/kernel/bpf/
H A Dbtf.c7510 struct bpf_btf_info __user *uinfo;
7511 struct bpf_btf_info info;
H A Dsyscall.c4879 struct bpf_btf_info __user *uinfo = u64_to_user_ptr(attr->info.info);

Completed in 703 milliseconds