Searched refs:bpf_func_info (Results 1 - 14 of 14) sorted by relevance

/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c45 struct bpf_func_info *func_info;
/linux-master/tools/bpf/bpftool/
H A Dxlated_dumper.c228 struct bpf_func_info *record;
313 struct bpf_func_info *record;
379 struct bpf_func_info *record = dd->func_info;
H A Dprog.c777 struct bpf_func_info *record;
2195 struct bpf_func_info func_info;
H A Dcommon.c341 const struct bpf_func_info finfo = {};
H A Dbtf_dumper.c41 struct bpf_func_info finfo;
/linux-master/tools/perf/util/
H A Dbpf_counter.c65 struct bpf_func_info *func_info;
H A Dbpf-event.c130 const struct bpf_func_info *finfo;
/linux-master/include/uapi/linux/
H A Dbpf.h1542 __u32 func_info_rec_size; /* userspace bpf_func_info size */
1544 __u32 func_info_cnt; /* number of bpf_func_info records */
7263 struct bpf_func_info { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1542 __u32 func_info_rec_size; /* userspace bpf_func_info size */
1544 __u32 func_info_cnt; /* number of bpf_func_info records */
7263 struct bpf_func_info { struct
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4786 struct bpf_func_info *finfo;
4864 if (CHECK(rec_size != sizeof(struct bpf_func_info),
5745 .descr = "func_type (Incorrect bpf_func_info.insn_off)",
6493 struct bpf_func_info *finfo;
6514 if (CHECK(rec_size != sizeof(struct bpf_func_info),
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c165 struct bpf_func_info func_info[MAX_FUNC_INFOS];
/linux-master/include/linux/
H A Dbpf.h1495 struct bpf_func_info *func_info;
/linux-master/kernel/bpf/
H A Dsyscall.c4520 info->func_info_rec_size != sizeof(struct bpf_func_info))
4531 info->func_info_rec_size = sizeof(struct bpf_func_info);
H A Dverifier.c433 struct bpf_func_info *info;
15904 u32 krec_size = sizeof(struct bpf_func_info);
15907 struct bpf_func_info *krecord;
16008 struct bpf_func_info *krecord;

Completed in 422 milliseconds