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

/linux-master/tools/perf/pmu-events/
H A Djevents.py266 def unit_to_pmu(unit: str) -> Optional[str]: function in function:JsonEvent.__init__
336 self.pmu = unit_to_pmu(jd.get('Unit'))

Completed in 87 milliseconds