Searched refs:last_pmu (Results 1 – 2 of 2) sorted by relevance
505 last_pmu = None509 if last_pmu and last_pmu == event.pmu:511 if event.pmu != last_pmu:518 last_pmu = event.pmu564 last_pmu = None567 if metric.pmu != last_pmu:574 last_pmu = metric.pmu
576 static const char *last_pmu; in perf_stat__print_metricgroup_header() local587 if (!need_full_name || !strcmp(last_pmu, evsel->pmu_name)) { in perf_stat__print_metricgroup_header()601 last_pmu = evsel->pmu_name; in perf_stat__print_metricgroup_header()