Home
last modified time | relevance | path

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

/tools/perf/pmu-events/
A Djevents.py524 last_pmu = None
528 if last_pmu and last_pmu == event.pmu:
530 if event.pmu != last_pmu:
537 last_pmu = event.pmu
583 last_pmu = None
586 if metric.pmu != last_pmu:
593 last_pmu = metric.pmu
/tools/perf/util/
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()
A Devlist.c2561 struct perf_pmu *last_pmu = NULL; in evlist__disable_uniquify() local
2566 if (!first && counter->pmu != last_pmu) in evlist__disable_uniquify()
2577 last_pmu = counter->pmu; in evlist__disable_uniquify()

Completed in 14 milliseconds