Searched refs:func_info_cnt (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_btf.c | 4994 __u32 func_info_cnt; member 5031 .func_info_cnt = 2, 5062 .func_info_cnt = 2, 5094 .func_info_cnt = 1, 5126 .func_info_cnt = 2, 5145 .func_info_cnt = 0, 5171 .func_info_cnt = 0, 5200 .func_info_cnt = 0, 5227 .func_info_cnt = 0, 5253 .func_info_cnt = 0, [all …]
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | bpf.c | 248 attr.func_info_cnt = load_attr->func_info_cnt; in bpf_load_program_xattr() 267 if (!finfo && attr.func_info_cnt && in bpf_load_program_xattr() 271 load_attr->func_info_cnt, in bpf_load_program_xattr()
|
| D | bpf.h | 85 __u32 func_info_cnt; member
|
| D | libbpf.c | 192 __u32 func_info_cnt; member 2274 &prog->func_info_cnt); in bpf_program_reloc_btf_ext() 3386 load_attr.func_info_cnt = prog->func_info_cnt; in load_program()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | bpf.h | 419 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | bpf.h | 419 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
| /Linux-v5.4/include/linux/ |
| D | bpf.h | 412 u32 func_info_cnt; member
|
| /Linux-v5.4/kernel/bpf/ |
| D | verifier.c | 6416 nfuncs = attr->func_info_cnt; in check_btf_func() 6499 prog->aux->func_info_cnt = nfuncs; in check_btf_func() 6651 if (!attr->func_info_cnt && !attr->line_info_cnt) in check_btf_info() 8180 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 8185 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove()
|
| D | core.c | 561 if (prog->aux->func_info_cnt) { in bpf_get_prog_name()
|
| D | syscall.c | 2523 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
| /Linux-v5.4/Documentation/bpf/ |
| D | btf.rst | 545 __u32 func_info_cnt; /* number of bpf_func_info records */
|