Searched refs:last_pmu (Results 1 – 3 of 3) sorted by relevance
524 last_pmu = None528 if last_pmu and last_pmu == event.pmu:530 if event.pmu != last_pmu:537 last_pmu = event.pmu583 last_pmu = None586 if metric.pmu != last_pmu:593 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()
2561 struct perf_pmu *last_pmu = NULL; in evlist__disable_uniquify() local2566 if (!first && counter->pmu != last_pmu) in evlist__disable_uniquify()2577 last_pmu = counter->pmu; in evlist__disable_uniquify()
Completed in 14 milliseconds