Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/pmu-events/
A Djevents.py37 _pending_metrics_tblname = None variable
453 global _pending_metrics_tblname
454 if _pending_metrics_tblname.endswith('_sys'):
456 _sys_metric_tables.append(_pending_metrics_tblname)
459 _metric_tables.append(_pending_metrics_tblname)
512 global _pending_metrics_tblname
513 _pending_metrics_tblname = file_name_to_table_name('pmu_metrics_', parents, item.name)
516 _sys_event_table_to_metric_table_mapping[_pending_events_tblname] = _pending_metrics_tblname

Completed in 3 milliseconds