Searched refs:func_info_cnt (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/bpf/verifier/ |
| A D | bpf_loop_inline.c | 64 .func_info_cnt = 2, 98 .func_info_cnt = 2, 140 .func_info_cnt = 3, 179 .func_info_cnt = 3, 249 .func_info_cnt = 3, 262 .func_info_cnt = 2,
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | core_reloc_raw.c | 98 attr.func_info_cnt = sizeof(funcs) / sizeof(*funcs); in test_bad_local_id()
|
| A D | btf.c | 5725 .func_info_cnt = 2, 5756 .func_info_cnt = 2, 5788 .func_info_cnt = 1, 5820 .func_info_cnt = 2, 5839 .func_info_cnt = 0, 5865 .func_info_cnt = 0, 5894 .func_info_cnt = 0, 5921 .func_info_cnt = 0, 5947 .func_info_cnt = 0, 5979 .func_info_cnt = 0, [all …]
|
| /tools/lib/bpf/ |
| A D | gen_loader.c | 977 for (i = 0; i < load_attr->func_info_cnt; i++) in info_blob_bswap() 992 int func_info_tot_sz = load_attr->func_info_cnt * in bpf_gen__prog_load() 1028 attr.func_info_cnt = tgt_endian(load_attr->func_info_cnt); in bpf_gen__prog_load() 1031 func_info, load_attr->func_info_cnt, in bpf_gen__prog_load()
|
| A D | bpf.c | 305 attr.func_info_cnt = OPTS_GET(opts, func_info_cnt, 0); in bpf_prog_load() 332 if (!finfo && attr.func_info_cnt && in bpf_prog_load() 336 attr.func_info_cnt, in bpf_prog_load()
|
| A D | bpf.h | 91 __u32 func_info_cnt; member
|
| A D | features.c | 500 opts.func_info_cnt = ARRAY_SIZE(func_infos); in probe_kern_arg_ctx_tag()
|
| A D | libbpf.c | 493 __u32 func_info_cnt; member 6284 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6966 orig_ids = calloc(prog->func_info_cnt, sizeof(*orig_ids)); in bpf_program_fixup_func_info() 6969 for (i = 0; i < prog->func_info_cnt; i++) { in bpf_program_fixup_func_info() 6999 for (rec_idx = 0; rec_idx < prog->func_info_cnt; rec_idx++) { in bpf_program_fixup_func_info() 7527 load_attr.func_info_cnt = prog->func_info_cnt; in bpf_object_load_prog() 9475 return prog->func_info_cnt; in bpf_program__func_info_cnt()
|
| /tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 162 int func_info_cnt; member 1595 if (test->func_info_cnt != 0) { in do_test_single() 1597 opts.func_info_cnt = test->func_info_cnt; in do_test_single()
|
| /tools/include/uapi/linux/ |
| A D | bpf.h | 1574 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
Completed in 66 milliseconds