Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py472 last_pmu = None
475 if event.pmu != last_pmu:
482 last_pmu = event.pmu
527 last_pmu = None
530 if metric.pmu != last_pmu:
537 last_pmu = metric.pmu
/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c552 static const char *last_pmu; in perf_stat__print_metricgroup_header() local
563 if (!need_full_name || !strcmp(last_pmu, evsel->pmu_name)) { in perf_stat__print_metricgroup_header()
577 last_pmu = evsel->pmu_name; in perf_stat__print_metricgroup_header()