Searched refs:nr_jited_ksyms (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 5691 __u32 nr_jited_ksyms; 5848 .nr_jited_ksyms = 1, 5875 .nr_jited_ksyms = 1, 5902 .nr_jited_ksyms = 1, 5930 .nr_jited_ksyms = 1, 5956 .nr_jited_ksyms = 1, 5988 .nr_jited_ksyms = 2, 6024 .nr_jited_ksyms = 2, 6054 .nr_jited_ksyms = 2, 6086 .nr_jited_ksyms 5676 __u32 nr_jited_ksyms; global() member 6608 __u32 i, info_len, nr_jited_ksyms, nr_jited_func_lens; test_get_linfo() local [all...] |
| H A D | stacktrace_ips.c | 122 info.nr_jited_ksyms = 1; in test_stacktrace_ips_raw_tp()
|
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.h | 23 __u32 nr_jited_ksyms; member
|
| H A D | xlated_dumper.c | 150 if (!dd->nr_jited_ksyms) in print_call_pcrel() 184 (__u32) insn->imm < dd->nr_jited_ksyms && dd->jited_ksyms) in print_call()
|
| /linux/tools/perf/util/ |
| H A D | bpf-event.c | 62 for (i = 0; i < info_linear->info.nr_jited_ksyms; i++) { in machine__process_bpf_event_load() 137 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() 583 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog() 956 sub_prog_cnt = info->nr_jited_ksyms; in __bpf_event__print_bpf_prog_info()
|
| H A D | bpf-utils.c | 41 offsetof(struct bpf_prog_info, nr_jited_ksyms),
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_prog_linfo.c | 132 nr_jited_func = info->nr_jited_ksyms; in bpf_prog_linfo__new()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 5077 info.nr_jited_ksyms = 0; in bpf_prog_get_info_by_fd() 5161 ulen = info.nr_jited_ksyms; in bpf_prog_get_info_by_fd() 5162 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 5172 ulen = min_t(u32, info.nr_jited_ksyms, ulen); in bpf_prog_get_info_by_fd()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6679 __u32 nr_jited_ksyms; 6644 __u32 nr_jited_ksyms; global() member
|