Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-event.c137 u32 sub_prog_cnt = info->nr_jited_ksyms; in synthesize_bpf_prog_name() local
150 } else if (sub_id == 0 && sub_prog_cnt == 1) { in synthesize_bpf_prog_name()
544 u32 sub_prog_cnt, i; in perf_event__synthesize_one_bpf_prog() local
583 sub_prog_cnt = info->nr_jited_ksyms; in perf_event__synthesize_one_bpf_prog()
584 if (sub_prog_cnt != info->nr_prog_tags || in perf_event__synthesize_one_bpf_prog()
585 sub_prog_cnt != info->nr_jited_func_lens) { in perf_event__synthesize_one_bpf_prog()
592 /* btf func info number should be same as sub_prog_cnt */ in perf_event__synthesize_one_bpf_prog()
593 if (sub_prog_cnt != info->nr_func_info) { in perf_event__synthesize_one_bpf_prog()
608 for (i = 0; i < sub_prog_cnt; i++) { in perf_event__synthesize_one_bpf_prog()
941 u32 sub_prog_cnt, in __bpf_event__print_bpf_prog_info() local
[all...]