Searched refs:func_info_cnt (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/verifier/ |
D | bpf_loop_inline.c | 63 .func_info_cnt = 2, 96 .func_info_cnt = 2, 137 .func_info_cnt = 3, 175 .func_info_cnt = 3, 244 .func_info_cnt = 3, 256 .func_info_cnt = 2,
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 5610 __u32 func_info_cnt; member 5647 .func_info_cnt = 2, 5678 .func_info_cnt = 2, 5710 .func_info_cnt = 1, 5742 .func_info_cnt = 2, 5761 .func_info_cnt = 0, 5787 .func_info_cnt = 0, 5816 .func_info_cnt = 0, 5843 .func_info_cnt = 0, 5869 .func_info_cnt = 0, [all …]
|
/tools/testing/selftests/bpf/ |
D | test_verifier.c | 164 int func_info_cnt; member 1638 if (test->func_info_cnt != 0) { in do_test_single() 1640 opts.func_info_cnt = test->func_info_cnt; in do_test_single()
|
/tools/lib/bpf/ |
D | bpf.c | 298 attr.func_info_cnt = OPTS_GET(opts, func_info_cnt, 0); in bpf_prog_load() 324 if (!finfo && attr.func_info_cnt && in bpf_prog_load() 328 attr.func_info_cnt, in bpf_prog_load()
|
D | bpf.h | 87 __u32 func_info_cnt; member
|
D | gen_loader.c | 960 attr.func_info_cnt = load_attr->func_info_cnt; in bpf_gen__prog_load() 962 attr.func_info_cnt * attr.func_info_rec_size); in bpf_gen__prog_load()
|
D | libbpf.c | 451 __u32 func_info_cnt; member 6145 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6925 load_attr.func_info_cnt = prog->func_info_cnt; in bpf_object_load_prog()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1452 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|