Searched refs:func_info_cnt (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4939 __u32 func_info_cnt; member 4976 .func_info_cnt = 2, 5007 .func_info_cnt = 2, 5039 .func_info_cnt = 1, 5071 .func_info_cnt = 2, 5090 .func_info_cnt = 0, 5116 .func_info_cnt = 0, 5145 .func_info_cnt = 0, 5172 .func_info_cnt = 0, 5198 .func_info_cnt = 0, [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf.c | 261 attr.func_info_cnt = load_attr->func_info_cnt; in bpf_load_program_xattr() 280 if (!finfo && attr.func_info_cnt && in bpf_load_program_xattr() 284 load_attr->func_info_cnt, in bpf_load_program_xattr()
|
| H A D | bpf.h | 92 __u32 func_info_cnt; member
|
| H A D | libbpf.c | 283 __u32 func_info_cnt; member 6142 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6735 load_attr.func_info_cnt = prog->func_info_cnt; in load_program()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | drgn.rst | 186 .func_info_cnt = (u32)1,
|
| H A D | btf.rst | 545 __u32 func_info_cnt; /* number of bpf_func_info records */
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 554 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 554 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 8695 nfuncs = attr->func_info_cnt; in check_btf_func() 8798 prog->aux->func_info_cnt = nfuncs; in check_btf_func() 8955 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info() 10596 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 10601 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove() 11163 func[i]->aux->func_info_cnt = prog->aux->func_info_cnt; in jit_subprogs() 12033 for (i = 0; i < aux->func_info_cnt; i++) in bpf_check_attach_target()
|
| H A D | core.c | 572 if (prog->aux->func_info_cnt) { in bpf_prog_ksym_set_name()
|
| H A D | syscall.c | 3619 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 858 u32 func_info_cnt; member
|