Searched refs:nr_jited_ksyms (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5613 __u32 nr_jited_ksyms; member 5770 .nr_jited_ksyms = 1, 5797 .nr_jited_ksyms = 1, 5824 .nr_jited_ksyms = 1, 5852 .nr_jited_ksyms = 1, 5878 .nr_jited_ksyms = 1, 5910 .nr_jited_ksyms = 2, 5946 .nr_jited_ksyms = 2, 5976 .nr_jited_ksyms = 2, 6008 .nr_jited_ksyms = 2, [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf-event.c | 54 for (i = 0; i < info_linear->info.nr_jited_ksyms; i++) { in machine__process_bpf_event_load() 128 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() 216 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog() 561 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),
|
/openbmc/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()
|
H A D | prog.c | 104 holder.nr_jited_ksyms = info->nr_jited_ksyms; in prep_prog_info() 105 needed += info->nr_jited_ksyms * sizeof(__u64); in prep_prog_info() 141 ptr += holder.nr_jited_ksyms * sizeof(__u64); in prep_prog_info() 779 if (info->nr_jited_ksyms) { in prog_dump() 852 dd.nr_jited_ksyms = info->nr_jited_ksyms; in prog_dump()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_prog_linfo.c | 132 nr_jited_func = info->nr_jited_ksyms; in bpf_prog_linfo__new()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 4449 info.nr_jited_ksyms = 0; in bpf_prog_get_info_by_fd() 4533 ulen = info.nr_jited_ksyms; in bpf_prog_get_info_by_fd() 4534 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 4544 ulen = min_t(u32, info.nr_jited_ksyms, ulen); in bpf_prog_get_info_by_fd()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6436 __u32 nr_jited_ksyms; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6439 __u32 nr_jited_ksyms; member
|