Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/pmu-events/
Djevents.py505 last_pmu = None
509 if last_pmu and last_pmu == event.pmu:
511 if event.pmu != last_pmu:
518 last_pmu = event.pmu
564 last_pmu = None
567 if metric.pmu != last_pmu:
574 last_pmu = metric.pmu
/linux-6.12.1/tools/perf/util/
Dstat-shadow.c576 static const char *last_pmu; in perf_stat__print_metricgroup_header() local
587 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()