Searched refs:func_info_cnt (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/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-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 5532 __u32 func_info_cnt; member 5569 .func_info_cnt = 2, 5600 .func_info_cnt = 2, 5632 .func_info_cnt = 1, 5664 .func_info_cnt = 2, 5683 .func_info_cnt = 0, 5709 .func_info_cnt = 0, 5738 .func_info_cnt = 0, 5765 .func_info_cnt = 0, 5791 .func_info_cnt = 0, [all …]
|
/linux-6.1.9/tools/lib/bpf/ |
D | bpf.c | 302 attr.func_info_cnt = OPTS_GET(opts, func_info_cnt, 0); in bpf_prog_load() 327 if (!finfo && attr.func_info_cnt && in bpf_prog_load() 331 attr.func_info_cnt, in bpf_prog_load()
|
D | bpf.h | 87 __u32 func_info_cnt; member
|
D | gen_loader.c | 958 attr.func_info_cnt = load_attr->func_info_cnt; in bpf_gen__prog_load() 960 attr.func_info_cnt * attr.func_info_rec_size); in bpf_gen__prog_load()
|
D | libbpf.c | 433 __u32 func_info_cnt; member 5988 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6760 load_attr.func_info_cnt = prog->func_info_cnt; in bpf_object_load_prog()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_verifier.c | 168 int func_info_cnt; member 1524 if (test->func_info_cnt != 0) { in do_test_single() 1526 opts.func_info_cnt = test->func_info_cnt; in do_test_single()
|
/linux-6.1.9/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-6.1.9/tools/include/uapi/linux/ |
D | bpf.h | 1378 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
/linux-6.1.9/include/uapi/linux/ |
D | bpf.h | 1378 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
/linux-6.1.9/kernel/bpf/ |
D | verifier.c | 11015 nfuncs = attr->func_info_cnt; in check_btf_func() 11120 prog->aux->func_info_cnt = nfuncs; in check_btf_func() 11349 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info() 13115 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 13120 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove() 13707 func[i]->aux->func_info_cnt = prog->aux->func_info_cnt; in jit_subprogs() 14900 for (i = 0; i < aux->func_info_cnt; i++) in bpf_check_attach_target()
|
D | core.c | 576 if (prog->aux->func_info_cnt) { in bpf_prog_ksym_set_name()
|
D | syscall.c | 4104 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 1200 u32 func_info_cnt; member
|