Searched refs:last_pmu (Results 1 – 3 of 3) sorted by relevance
513 last_pmu = None517 if last_pmu and last_pmu == event.pmu:519 if event.pmu != last_pmu:526 last_pmu = event.pmu572 last_pmu = None575 if metric.pmu != last_pmu:582 last_pmu = metric.pmu
594 static const struct perf_pmu *last_pmu; in perf_stat__print_metricgroup_header() local605 if (!need_full_name || last_pmu != evsel->pmu) { in perf_stat__print_metricgroup_header()619 last_pmu = evsel->pmu; in perf_stat__print_metricgroup_header()
1657 struct perf_pmu *last_pmu = NULL; in evlist__disable_uniquify() local1662 if (!first && counter->pmu != last_pmu) in evlist__disable_uniquify()