Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/pmu-events/
H A Dmetric.py121 class Expression: class
144 def Substitute(self, name: str, expression: 'Expression') -> 'Expression':
150 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator':
153 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator':
156 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator':
159 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator':
162 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator':
165 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator':
168 def __gt__(self, other: Union[int, float, 'Expression']) -> 'Operator':
171 def __add__(self, other: Union[int, float, 'Expression']) -> 'Operator':
[all …]