Searched refs:func_info_cnt (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.6/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,
|
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | btf.c | 5614 __u32 func_info_cnt; member 5651 .func_info_cnt = 2, 5682 .func_info_cnt = 2, 5714 .func_info_cnt = 1, 5746 .func_info_cnt = 2, 5765 .func_info_cnt = 0, 5791 .func_info_cnt = 0, 5820 .func_info_cnt = 0, 5847 .func_info_cnt = 0, 5873 .func_info_cnt = 0, [all …]
|
| /Linux-v6.6/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()
|
| /Linux-v6.6/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 | 450 __u32 func_info_cnt; member 6139 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6919 load_attr.func_info_cnt = prog->func_info_cnt; in bpf_object_load_prog()
|
| /Linux-v6.6/Documentation/bpf/ |
| D | drgn.rst | 186 .func_info_cnt = (u32)1,
|
| D | btf.rst | 641 __u32 func_info_cnt; /* number of bpf_func_info records */
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | bpf.h | 1435 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /Linux-v6.6/include/uapi/linux/ |
| D | bpf.h | 1435 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /Linux-v6.6/kernel/bpf/ |
| D | verifier.c | 14990 nfuncs = attr->func_info_cnt; in check_btf_func() 15095 prog->aux->func_info_cnt = nfuncs; in check_btf_func() 15324 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info() 17376 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 17381 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove() 17982 func[i]->aux->func_info_cnt = prog->aux->func_info_cnt; in jit_subprogs() 19306 for (i = 0; i < aux->func_info_cnt; i++) in bpf_check_attach_target()
|
| D | core.c | 592 if (prog->aux->func_info_cnt) { in bpf_prog_ksym_set_name()
|
| D | syscall.c | 4481 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
| /Linux-v6.6/include/linux/ |
| D | bpf.h | 1445 u32 func_info_cnt; member
|