Home
last modified time | relevance | path

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

/linux/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()
367 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.c418 struct bpf_func_info finfo = {}; in get_prog_full_name()
/linux/kernel/bpf/
H A Dcheck_btf.c35 u32 krec_size = sizeof(struct bpf_func_info); in prepare_btf_func()
38 struct bpf_func_info *krecord; in prepare_btf_func()
139 struct bpf_func_info *krecord; in check_btf_func()
H A Dsyscall.c5081 info->func_info_rec_size != sizeof(struct bpf_func_info)) in set_info_rec_size()
5092 info->func_info_rec_size = sizeof(struct bpf_func_info); in set_info_rec_size()
H A Dverifier.c413 struct bpf_func_info *info; in bpf_subprog_name()
/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c45 struct bpf_func_info *func_info;
/linux/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.c4912 struct bpf_func_info *finfo; in do_test_file()
4990 if (CHECK(rec_size != sizeof(struct bpf_func_info), in do_test_file()
6619 struct bpf_func_info *finfo; in test_get_finfo()
6640 if (CHECK(rec_size != sizeof(struct bpf_func_info), in test_get_finfo()
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h550 static inline void bpf_func_info_bswap(struct bpf_func_info *i) in bpf_func_info_bswap()
H A Dgen_loader.c988 struct bpf_func_info *fi = gen->data_start + func_info; in info_blob_bswap()
H A Dlibbpf.c9968 struct bpf_func_info *bpf_program__func_info(const struct bpf_program *prog) in bpf_program__func_info()
9970 if (prog->func_info_rec_size != sizeof(struct bpf_func_info)) in bpf_program__func_info()
/linux/tools/perf/util/
H A Dbpf_counter.c123 struct bpf_func_info *func_info; in bpf_target_prog_name()
H A Dbpf-event.c142 const struct bpf_func_info *finfo; in synthesize_bpf_prog_name()
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c161 struct bpf_func_info func_info[MAX_FUNC_INFOS];
/linux/tools/include/uapi/linux/
H A Dbpf.h7576 struct bpf_func_info { struct
/linux/include/uapi/linux/
H A Dbpf.h7576 struct bpf_func_info { struct
/linux/include/linux/
H A Dbpf.h1826 struct bpf_func_info *func_info;