Home
last modified time | relevance | path

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

/linux-6.15/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 Dcommon.c413 struct bpf_func_info finfo = {}; in get_prog_full_name()
H A Dbtf_dumper.c41 struct bpf_func_info finfo; in dump_prog_id_as_func_ptr()
H A Dprog.c777 struct bpf_func_info *record; in prog_dump()
2210 struct bpf_func_info func_info; in profile_target_name()
/linux-6.15/kernel/bpf/preload/iterators/
H A Diterators.bpf.c45 struct bpf_func_info *func_info;
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc_raw.c56 struct bpf_func_info funcs[] = { in test_bad_local_id()
H A Dbtf.c4835 struct bpf_func_info *finfo; in do_test_file()
4913 if (CHECK(rec_size != sizeof(struct bpf_func_info), in do_test_file()
6542 struct bpf_func_info *finfo; in test_get_finfo()
6563 if (CHECK(rec_size != sizeof(struct bpf_func_info), in test_get_finfo()
/linux-6.15/Documentation/bpf/
H A Ddrgn.rst182 .func_info = (struct bpf_func_info *)0xffff889ff795d240,
H A Dbtf.rst685 __u32 func_info_rec_size; /* userspace bpf_func_info size */
687 __u32 func_info_cnt; /* number of bpf_func_info records */
694 struct bpf_func_info {
812 ``func_info_rec_size`` specifies the size of ``bpf_func_info`` structure when
835 The interpretation of ``bpf_func_info->insn_off`` and
/linux-6.15/tools/perf/util/
H A Dbpf-event.c130 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()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf_internal.h522 static inline void bpf_func_info_bswap(struct bpf_func_info *i) in bpf_func_info_bswap()
H A Dgen_loader.c972 struct bpf_func_info *fi = gen->data_start + func_info; in info_blob_bswap()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h7348 struct bpf_func_info { struct
/linux-6.15/include/uapi/linux/
H A Dbpf.h7348 struct bpf_func_info { struct
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_verifier.c161 struct bpf_func_info func_info[MAX_FUNC_INFOS];
/linux-6.15/kernel/bpf/
H A Dsyscall.c4678 info->func_info_rec_size != sizeof(struct bpf_func_info)) in set_info_rec_size()
4689 info->func_info_rec_size = sizeof(struct bpf_func_info); in set_info_rec_size()
H A Dverifier.c434 struct bpf_func_info *info; in subprog_name()
17690 u32 krec_size = sizeof(struct bpf_func_info); in check_btf_func_early()
17693 struct bpf_func_info *krecord; in check_btf_func_early()
17794 struct bpf_func_info *krecord; in check_btf_func()
/linux-6.15/include/linux/
H A Dbpf.h1598 struct bpf_func_info *func_info;