Searched refs:nr_jited_ksyms (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_btf.c | 4997 __u32 nr_jited_ksyms; member 5154 .nr_jited_ksyms = 1, 5181 .nr_jited_ksyms = 1, 5208 .nr_jited_ksyms = 1, 5236 .nr_jited_ksyms = 1, 5262 .nr_jited_ksyms = 1, 5294 .nr_jited_ksyms = 2, 5330 .nr_jited_ksyms = 2, 5360 .nr_jited_ksyms = 2, 5392 .nr_jited_ksyms = 2, [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | bpf-event.c | 52 for (i = 0; i < info_linear->info.nr_jited_ksyms; i++) { in machine__process_bpf_event_load() 122 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() 205 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog() 452 sub_prog_cnt = info->nr_jited_ksyms; in bpf_event__print_bpf_prog_info()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | xlated_dumper.h | 21 __u32 nr_jited_ksyms; member
|
D | xlated_dumper.c | 143 if (!dd->nr_jited_ksyms) in print_call_pcrel() 177 (__u32) insn->imm < dd->nr_jited_ksyms) in print_call()
|
D | prog.c | 562 if (info->nr_jited_ksyms) { in do_dump() 630 dd.nr_jited_ksyms = info->nr_jited_ksyms; in do_dump()
|
/Linux-v5.4/tools/lib/bpf/ |
D | bpf_prog_linfo.c | 131 nr_jited_func = info->nr_jited_ksyms; in bpf_prog_linfo__new()
|
D | libbpf.c | 5680 offsetof(struct bpf_prog_info, nr_jited_ksyms),
|
/Linux-v5.4/kernel/bpf/ |
D | syscall.c | 2377 info.nr_jited_ksyms = 0; in bpf_prog_get_info_by_fd() 2461 ulen = info.nr_jited_ksyms; in bpf_prog_get_info_by_fd() 2462 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 2472 ulen = min_t(u32, info.nr_jited_ksyms, ulen); in bpf_prog_get_info_by_fd()
|
/Linux-v5.4/include/uapi/linux/ |
D | bpf.h | 3237 __u32 nr_jited_ksyms; member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | bpf.h | 3237 __u32 nr_jited_ksyms; member
|