Searched refs:func_info_cnt (Results 1 – 17 of 17) sorted by relevance
| /linux/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,
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 5710 .func_info_cnt = 2, 5741 .func_info_cnt = 2, 5773 .func_info_cnt = 1, 5805 .func_info_cnt = 2, 5824 .func_info_cnt = 0, 5850 .func_info_cnt = 0, 5879 .func_info_cnt = 0, 5906 .func_info_cnt = 0, 5932 .func_info_cnt = 0, 5964 .func_info_cnt = 0, [all …]
|
| A D | core_reloc_raw.c | 98 attr.func_info_cnt = sizeof(funcs) / sizeof(*funcs); in test_bad_local_id()
|
| /linux/tools/lib/bpf/ |
| A D | bpf.c | 305 attr.func_info_cnt = OPTS_GET(opts, func_info_cnt, 0); in bpf_prog_load() 331 if (!finfo && attr.func_info_cnt && in bpf_prog_load() 335 attr.func_info_cnt, in bpf_prog_load()
|
| A 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()
|
| A D | bpf.h | 91 __u32 func_info_cnt; member
|
| A D | features.c | 504 opts.func_info_cnt = ARRAY_SIZE(func_infos); in probe_kern_arg_ctx_tag()
|
| A D | libbpf.c | 490 __u32 func_info_cnt; member 6215 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6897 orig_ids = calloc(prog->func_info_cnt, sizeof(*orig_ids)); in bpf_program_fixup_func_info() 6900 for (i = 0; i < prog->func_info_cnt; i++) { in bpf_program_fixup_func_info() 6930 for (rec_idx = 0; rec_idx < prog->func_info_cnt; rec_idx++) { in bpf_program_fixup_func_info() 7452 load_attr.func_info_cnt = prog->func_info_cnt; in bpf_object_load_prog()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 166 int func_info_cnt; member 1599 if (test->func_info_cnt != 0) { in do_test_single() 1601 opts.func_info_cnt = test->func_info_cnt; in do_test_single()
|
| /linux/Documentation/bpf/ |
| A D | drgn.rst | 186 .func_info_cnt = (u32)1,
|
| A D | btf.rst | 670 __u32 func_info_cnt; /* number of bpf_func_info records */
|
| /linux/tools/include/uapi/linux/ |
| A D | bpf.h | 1551 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /linux/include/uapi/linux/ |
| A D | bpf.h | 1551 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /linux/kernel/bpf/ |
| A D | core.c | 605 if (prog->aux->func_info_cnt && prog->aux->func_idx < prog->aux->func_info_cnt) { in bpf_prog_ksym_set_name()
|
| A D | verifier.c | 2573 if (!aux->func_info_cnt) in bpf_find_exception_callback_insn_off() 2606 for (i = 0; i < aux->func_info_cnt; i++) { in bpf_find_exception_callback_insn_off() 16613 nfuncs = attr->func_info_cnt; in check_btf_func_early() 16693 prog->aux->func_info_cnt = nfuncs; in check_btf_func_early() 16715 nfuncs = attr->func_info_cnt; in check_btf_func() 16996 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info_early() 17023 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info() 19351 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 19356 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove() 20029 func[i]->aux->func_info_cnt = prog->aux->func_info_cnt; in jit_subprogs() [all …]
|
| A D | syscall.c | 4748 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
| /linux/include/linux/ |
| A D | bpf.h | 1544 u32 func_info_cnt; member
|
Completed in 959 milliseconds