Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/pmu-events/
H A Djevents.py513 last_pmu = None
517 if last_pmu and last_pmu == event.pmu:
519 if event.pmu != last_pmu:
526 last_pmu = event.pmu
572 last_pmu = None
575 if metric.pmu != last_pmu:
582 last_pmu = metric.pmu
/linux-6.15/tools/perf/util/
H A Dstat-shadow.c594 static const struct perf_pmu *last_pmu; in perf_stat__print_metricgroup_header() local
605 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()
H A Dstat-display.c1657 struct perf_pmu *last_pmu = NULL; in evlist__disable_uniquify() local
1662 if (!first && counter->pmu != last_pmu) in evlist__disable_uniquify()