Home
last modified time | relevance | path

Searched refs:bpf_func_info (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dxlated_dumper.c228 struct bpf_func_info *record; in dump_xlated_json()
313 struct bpf_func_info *record; in dump_xlated_plain()
379 struct bpf_func_info *record = dd->func_info; in dump_xlated_for_graph()
H A Dbtf_dumper.c41 struct bpf_func_info finfo; in dump_prog_id_as_func_ptr()
H A Dcommon.c413 const struct bpf_func_info finfo = {}; in get_prog_full_name()
H A Dprog.c773 struct bpf_func_info *record; in prog_dump()
2194 struct bpf_func_info func_info; in profile_target_name()
/openbmc/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c45 struct bpf_func_info *func_info;
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst639 __u32 func_info_rec_size; /* userspace bpf_func_info size */
641 __u32 func_info_cnt; /* number of bpf_func_info records */
648 struct bpf_func_info {
766 ``func_info_rec_size`` specifies the size of ``bpf_func_info`` structure when
789 The interpretation of ``bpf_func_info->insn_off`` and
H A Ddrgn.rst182 .func_info = (struct bpf_func_info *)0xffff889ff795d240,
/openbmc/linux/tools/perf/util/
H A Dbpf-event.c129 const struct bpf_func_info *finfo; in synthesize_bpf_prog_name()
H A Dbpf_counter.c65 struct bpf_func_info *func_info; in bpf_target_prog_name()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4757 struct bpf_func_info *finfo; in do_test_file()
4835 if (CHECK(rec_size != sizeof(struct bpf_func_info), in do_test_file()
6464 struct bpf_func_info *finfo; in test_get_finfo()
6485 if (CHECK(rec_size != sizeof(struct bpf_func_info), in test_get_finfo()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7107 struct bpf_func_info { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7107 struct bpf_func_info { struct
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c163 struct bpf_func_info func_info[MAX_FUNC_INFOS];
/openbmc/linux/kernel/bpf/
H A Dsyscall.c4329 info->func_info_rec_size != sizeof(struct bpf_func_info)) in set_info_rec_size()
4340 info->func_info_rec_size = sizeof(struct bpf_func_info); in set_info_rec_size()
/openbmc/linux/include/linux/
H A Dbpf.h1448 struct bpf_func_info *func_info;