Searched refs:nr_jited_ksyms (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf.c | 5533 .nr_jited_ksyms = 1, 5560 .nr_jited_ksyms = 1, 5587 .nr_jited_ksyms = 1, 5615 .nr_jited_ksyms = 1, 5641 .nr_jited_ksyms = 1, 5673 .nr_jited_ksyms = 2, 5709 .nr_jited_ksyms = 2, 6323 nr_jited_ksyms = test->nr_jited_ksyms; in test_get_linfo() 6344 info.nr_jited_ksyms != nr_jited_ksyms || in test_get_linfo() 6350 info.nr_jited_ksyms, nr_jited_ksyms, in test_get_linfo() [all …]
|
/linux/tools/perf/util/ |
A D | bpf-event.c | 92 for (i = 0; i < info_linear->info.nr_jited_ksyms; i++) { in machine__process_bpf_event_load() 164 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() 252 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog() 591 sub_prog_cnt = info->nr_jited_ksyms; in bpf_event__print_bpf_prog_info()
|
A D | bpf-utils.c | 41 offsetof(struct bpf_prog_info, nr_jited_ksyms),
|
/linux/tools/bpf/bpftool/ |
A D | xlated_dumper.h | 21 __u32 nr_jited_ksyms; member
|
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()
|
A D | prog.c | 715 if (info->nr_jited_ksyms) { in prog_dump() 783 dd.nr_jited_ksyms = info->nr_jited_ksyms; in prog_dump()
|
/linux/tools/lib/bpf/ |
A D | bpf_prog_linfo.c | 132 nr_jited_func = info->nr_jited_ksyms; in bpf_prog_linfo__new()
|
A D | libbpf.c | 10941 offsetof(struct bpf_prog_info, nr_jited_ksyms),
|
/linux/kernel/bpf/ |
A D | syscall.c | 3675 info.nr_jited_ksyms = 0; in bpf_prog_get_info_by_fd() 3759 ulen = info.nr_jited_ksyms; in bpf_prog_get_info_by_fd() 3760 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 3770 ulen = min_t(u32, info.nr_jited_ksyms, ulen); in bpf_prog_get_info_by_fd()
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 5628 __u32 nr_jited_ksyms; member
|
/linux/include/uapi/linux/ |
A D | bpf.h | 5628 __u32 nr_jited_ksyms; member
|
Completed in 70 milliseconds