Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/preload/iterators/
Diterators.bpf.c45 struct bpf_func_info *func_info;
/Linux-v6.1/tools/bpf/bpftool/
Dxlated_dumper.c222 struct bpf_func_info *record; in dump_xlated_json()
307 struct bpf_func_info *record; in dump_xlated_plain()
Dbtf_dumper.c41 struct bpf_func_info finfo; in dump_prog_id_as_func_ptr()
Dcommon.c336 const struct bpf_func_info finfo = {}; in get_prog_full_name()
Dprog.c775 struct bpf_func_info *record; in prog_dump()
2097 struct bpf_func_info func_info; in profile_target_name()
/Linux-v6.1/Documentation/bpf/
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 {
761 ``func_info_rec_size`` specifies the size of ``bpf_func_info`` structure when
784 The interpretation of ``bpf_func_info->insn_off`` and
Ddrgn.rst182 .func_info = (struct bpf_func_info *)0xffff889ff795d240,
/Linux-v6.1/tools/perf/util/
Dbpf-event.c193 const struct bpf_func_info *finfo; in synthesize_bpf_prog_name()
Dbpf_counter.c65 struct bpf_func_info *func_info; in bpf_target_prog_name()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h6807 struct bpf_func_info { struct
/Linux-v6.1/include/uapi/linux/
Dbpf.h6807 struct bpf_func_info { struct
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4680 struct bpf_func_info *finfo; in do_test_file()
4758 if (CHECK(rec_size != sizeof(struct bpf_func_info), in do_test_file()
6386 struct bpf_func_info *finfo; in test_get_finfo()
6407 if (CHECK(rec_size != sizeof(struct bpf_func_info), in test_get_finfo()
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_verifier.c167 struct bpf_func_info func_info[MAX_FUNC_INFOS];
/Linux-v6.1/include/linux/
Dbpf.h1183 struct bpf_func_info *func_info;
/Linux-v6.1/kernel/bpf/
Dsyscall.c3875 info->func_info_rec_size != sizeof(struct bpf_func_info)) in set_info_rec_size()
3886 info->func_info_rec_size = sizeof(struct bpf_func_info); in set_info_rec_size()
Dverifier.c10983 u32 krec_size = sizeof(struct bpf_func_info); in check_btf_func()
10984 struct bpf_func_info *krecord; in check_btf_func()