bpf_func_info     396 include/linux/bpf.h 	struct bpf_func_info *func_info;
bpf_func_info    2307 kernel/bpf/syscall.c 	    info->func_info_rec_size != sizeof(struct bpf_func_info))
bpf_func_info    2318 kernel/bpf/syscall.c 	info->func_info_rec_size = sizeof(struct bpf_func_info);
bpf_func_info    6489 kernel/bpf/verifier.c 	u32 krec_size = sizeof(struct bpf_func_info);
bpf_func_info    6490 kernel/bpf/verifier.c 	struct bpf_func_info *krecord;
bpf_func_info     556 tools/bpf/bpftool/prog.c 			struct bpf_func_info *record;
bpf_func_info     215 tools/bpf/bpftool/xlated_dumper.c 	struct bpf_func_info *record;
bpf_func_info     300 tools/bpf/bpftool/xlated_dumper.c 	struct bpf_func_info *record;
bpf_func_info     123 tools/perf/util/bpf-event.c 	const struct bpf_func_info *finfo;
bpf_func_info    4121 tools/testing/selftests/bpf/test_btf.c 	struct bpf_func_info *finfo;
bpf_func_info    4199 tools/testing/selftests/bpf/test_btf.c 	if (CHECK(rec_size != sizeof(struct bpf_func_info),
bpf_func_info    5848 tools/testing/selftests/bpf/test_btf.c 	struct bpf_func_info *finfo;
bpf_func_info    5869 tools/testing/selftests/bpf/test_btf.c 	if (CHECK(rec_size != sizeof(struct bpf_func_info),