Symbol: bpf_func_info
include/linux/bpf.h
1737
struct bpf_func_info *func_info;
kernel/bpf/preload/iterators/iterators.bpf.c
45
struct bpf_func_info *func_info;
kernel/bpf/syscall.c
4994
info->func_info_rec_size != sizeof(struct bpf_func_info))
kernel/bpf/syscall.c
5005
info->func_info_rec_size = sizeof(struct bpf_func_info);
kernel/bpf/verifier.c
19117
u32 krec_size = sizeof(struct bpf_func_info);
kernel/bpf/verifier.c
19120
struct bpf_func_info *krecord;
kernel/bpf/verifier.c
19221
struct bpf_func_info *krecord;
kernel/bpf/verifier.c
449
struct bpf_func_info *info;
tools/bpf/bpftool/btf_dumper.c
41
struct bpf_func_info finfo = {};
tools/bpf/bpftool/common.c
418
struct bpf_func_info finfo = {};
tools/bpf/bpftool/prog.c
2292
struct bpf_func_info func_info = {};
tools/bpf/bpftool/prog.c
778
struct bpf_func_info *record;
tools/bpf/bpftool/xlated_dumper.c
228
struct bpf_func_info *record;
tools/bpf/bpftool/xlated_dumper.c
313
struct bpf_func_info *record;
tools/bpf/bpftool/xlated_dumper.c
379
struct bpf_func_info *record = dd->func_info;
tools/lib/bpf/gen_loader.c
1018
struct bpf_func_info *fi = gen->data_start + func_info;
tools/lib/bpf/libbpf.c
9781
struct bpf_func_info *bpf_program__func_info(const struct bpf_program *prog)
tools/lib/bpf/libbpf.c
9783
if (prog->func_info_rec_size != sizeof(struct bpf_func_info))
tools/lib/bpf/libbpf.h
983
LIBBPF_API struct bpf_func_info *bpf_program__func_info(const struct bpf_program *prog);
tools/lib/bpf/libbpf_internal.h
536
static inline void bpf_func_info_bswap(struct bpf_func_info *i)
tools/perf/util/bpf-event.c
138
const struct bpf_func_info *finfo;
tools/perf/util/bpf_counter.c
123
struct bpf_func_info *func_info;
tools/testing/selftests/bpf/prog_tests/btf.c
4835
struct bpf_func_info *finfo;
tools/testing/selftests/bpf/prog_tests/btf.c
4913
if (CHECK(rec_size != sizeof(struct bpf_func_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6542
struct bpf_func_info *finfo;
tools/testing/selftests/bpf/prog_tests/btf.c
6563
if (CHECK(rec_size != sizeof(struct bpf_func_info),
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
56
struct bpf_func_info funcs[] = {
tools/testing/selftests/bpf/prog_tests/test_btf_ext.c
12
struct bpf_func_info func_info[128], *libbpf_func_info;
tools/testing/selftests/bpf/test_verifier.c
161
struct bpf_func_info func_info[MAX_FUNC_INFOS];