Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/preload/iterators/
Diterators.bpf.c45 struct bpf_func_info *func_info;
/Linux-v5.15/tools/bpf/bpftool/
Dxlated_dumper.c221 struct bpf_func_info *record; in dump_xlated_json()
306 struct bpf_func_info *record; in dump_xlated_plain()
Dbtf_dumper.c38 struct bpf_func_info *finfo; in dump_prog_id_as_func_ptr()
Dprog.c697 struct bpf_func_info *record; in prog_dump()
2008 struct bpf_func_info *func_info; in profile_target_name()
/Linux-v5.15/Documentation/bpf/
Dbtf.rst556 __u32 func_info_rec_size; /* userspace bpf_func_info size */
558 __u32 func_info_cnt; /* number of bpf_func_info records */
565 struct bpf_func_info {
678 ``func_info_rec_size`` specifies the size of ``bpf_func_info`` structure when
701 The interpretation of ``bpf_func_info->insn_off`` and
Ddrgn.rst182 .func_info = (struct bpf_func_info *)0xffff889ff795d240,
/Linux-v5.15/tools/perf/util/
Dbpf-event.c135 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-v5.15/include/uapi/linux/
Dbpf.h6165 struct bpf_func_info { struct
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h6165 struct bpf_func_info { struct
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4239 struct bpf_func_info *finfo; in do_test_file()
4315 if (CHECK(rec_size != sizeof(struct bpf_func_info), in do_test_file()
5948 struct bpf_func_info *finfo; in test_get_finfo()
5969 if (CHECK(rec_size != sizeof(struct bpf_func_info), in test_get_finfo()
/Linux-v5.15/include/linux/
Dbpf.h894 struct bpf_func_info *func_info;
/Linux-v5.15/kernel/bpf/
Dsyscall.c3555 info->func_info_rec_size != sizeof(struct bpf_func_info)) in set_info_rec_size()
3566 info->func_info_rec_size = sizeof(struct bpf_func_info); in set_info_rec_size()
Dverifier.c9759 u32 krec_size = sizeof(struct bpf_func_info); in check_btf_func()
9760 struct bpf_func_info *krecord; in check_btf_func()