Searched refs:Expression (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 10 class Expression: class 29 def Substitute(self, name: str, expression: 'Expression') -> 'Expression': 35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': 38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': 41 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': 44 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': 47 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': 50 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': 53 def __gt__(self, other: Union[int, float, 'Expression']) [all...] |
H A D | metric_test.py | 6 from metric import Expression namespace 160 Expression.__eq__ = lambda e1, e2: e1.Equals(e2) 165 Expression.__eq__ = None
|
H A D | jevents.py | 411 metrics: list[Tuple[str, str, metric.Expression]] = []
|
Completed in 3 milliseconds