Home
last modified time | relevance | path

Searched refs:sub_prog_cnt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dbpf-event.c128 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() local
178 u32 sub_prog_cnt, i; in perf_event__synthesize_one_bpf_prog() local
216 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog()
217 if (sub_prog_cnt != info->nr_prog_tags || in perf_event__synthesize_one_bpf_prog()
226 if (sub_prog_cnt != info->nr_func_info) { in perf_event__synthesize_one_bpf_prog()
241 for (i = 0; i < sub_prog_cnt; i++) { in perf_event__synthesize_one_bpf_prog()
553 u32 sub_prog_cnt, i; in __bpf_event__print_bpf_prog_info() local
555 sub_prog_cnt = info->nr_jited_ksyms; in __bpf_event__print_bpf_prog_info()
556 if (sub_prog_cnt != info->nr_prog_tags || in __bpf_event__print_bpf_prog_info()
569 if (sub_prog_cnt == 1) { in __bpf_event__print_bpf_prog_info()
[all …]