Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dxlated_dumper.c215 struct bpf_func_info *record; in dump_xlated_json()
300 struct bpf_func_info *record; in dump_xlated_plain()
H A Dbtf_dumper.c38 struct bpf_func_info *finfo; in dump_prog_id_as_func_ptr()
H A Dprog.c688 struct bpf_func_info *record; in prog_dump()
1867 struct bpf_func_info *func_info; in profile_target_name()
/OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/
H A Diterators.bpf.c46 struct bpf_func_info *func_info;
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst543 __u32 func_info_rec_size; /* userspace bpf_func_info size */
545 __u32 func_info_cnt; /* number of bpf_func_info records */
552 struct bpf_func_info {
665 ``func_info_rec_size`` specifies the size of ``bpf_func_info`` structure when
688 The interpretation of ``bpf_func_info->insn_off`` and
H A Ddrgn.rst182 .func_info = (struct bpf_func_info *)0xffff889ff795d240,
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch122 /* The minimum bpf_func_info checked by the loader */
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-event.c128 const struct bpf_func_info *finfo; in synthesize_bpf_prog_name()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4964 struct bpf_func_info { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4964 struct bpf_func_info { struct
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4088 struct bpf_func_info *finfo; in do_test_file()
4162 if (CHECK(rec_size != sizeof(struct bpf_func_info), in do_test_file()
5793 struct bpf_func_info *finfo; in test_get_finfo()
5814 if (CHECK(rec_size != sizeof(struct bpf_func_info), in test_get_finfo()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h841 struct bpf_func_info *func_info;
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3395 info->func_info_rec_size != sizeof(struct bpf_func_info)) in set_info_rec_size()
3406 info->func_info_rec_size = sizeof(struct bpf_func_info); in set_info_rec_size()
H A Dverifier.c8685 u32 krec_size = sizeof(struct bpf_func_info); in check_btf_func()
8686 struct bpf_func_info *krecord; in check_btf_func()