Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric.py421 class Metric: class
454 def Flatten(self) -> Set['Metric']:
474 """Special handling for Metric objects."""
477 if isinstance(o, Metric):
485 Metric groups may be specificd on the perf command line, but within
490 def __init__(self, name: str, metric_list: List[Union[Metric,
502 def Flatten(self) -> Set[Metric]:

Completed in 1 milliseconds