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

/linux-master/tools/perf/pmu-events/
H A Djevents.py504 last_pmu = None
507 if event.pmu != last_pmu:
514 last_pmu = event.pmu
559 last_pmu = None
562 if metric.pmu != last_pmu:
569 last_pmu = metric.pmu
/linux-master/tools/perf/util/
H A Dstat-shadow.c569 static const char *last_pmu; local
580 if (!need_full_name || !strcmp(last_pmu, evsel->pmu_name)) {
594 last_pmu = evsel->pmu_name;

Completed in 89 milliseconds