Searched refs:nr_jited_ksyms (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4942 __u32 nr_jited_ksyms; member 5099 .nr_jited_ksyms = 1, 5126 .nr_jited_ksyms = 1, 5153 .nr_jited_ksyms = 1, 5181 .nr_jited_ksyms = 1, 5207 .nr_jited_ksyms = 1, 5239 .nr_jited_ksyms = 2, 5275 .nr_jited_ksyms = 2, 5305 .nr_jited_ksyms = 2, 5337 .nr_jited_ksyms = 2, [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | bpf-event.c | 55 for (i = 0; i < info_linear->info.nr_jited_ksyms; i++) { in machine__process_bpf_event_load() 127 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() 210 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog() 546 sub_prog_cnt = info->nr_jited_ksyms; in bpf_event__print_bpf_prog_info()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | xlated_dumper.h | 21 __u32 nr_jited_ksyms; member
|
| H A D | xlated_dumper.c | 143 if (!dd->nr_jited_ksyms) in print_call_pcrel() 177 (__u32) insn->imm < dd->nr_jited_ksyms && dd->jited_ksyms) in print_call()
|
| H A D | prog.c | 694 if (info->nr_jited_ksyms) { in prog_dump() 762 dd.nr_jited_ksyms = info->nr_jited_ksyms; in prog_dump()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_prog_linfo.c | 132 nr_jited_func = info->nr_jited_ksyms; in bpf_prog_linfo__new()
|
| H A D | libbpf.c | 10436 offsetof(struct bpf_prog_info, nr_jited_ksyms),
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 2648 __u32 nr_jited_ksyms; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 2648 __u32 nr_jited_ksyms; member
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 3473 info.nr_jited_ksyms = 0; in bpf_prog_get_info_by_fd() 3557 ulen = info.nr_jited_ksyms; in bpf_prog_get_info_by_fd() 3558 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 3568 ulen = min_t(u32, info.nr_jited_ksyms, ulen); in bpf_prog_get_info_by_fd()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4381 __u32 nr_jited_ksyms; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4381 __u32 nr_jited_ksyms; member
|