Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py35 _pending_metrics = [] variable
444 _pending_metrics.append(e)
514 global _pending_metrics
515 if not _pending_metrics:
529 for metric in sorted(_pending_metrics, key=metric_cmp_key):
541 _pending_metrics = []