Searched refs:Operator (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/perf/pmu-events/ |
D | metric.py | 36 return Operator('|', self, other) 39 return Operator('|', other, self) 42 return Operator('^', self, other) 45 return Operator('&', self, other) 48 return Operator('&', other, self) 51 return Operator('<', self, other) 54 return Operator('>', self, other) 57 return Operator('+', self, other) 60 return Operator('+', other, self) 63 return Operator('-', self, other) [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/opal/ |
D | oppanel-opal.txt | 1 IBM OPAL Operator Panel Binding
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
D | start.rst | 33 在演示中,我们将使用DAMON的默认用户空间工具,称为DAMON Operator(DAMO)。它可以在
|
/Linux-v6.6/Documentation/admin-guide/mm/damon/ |
D | start.rst | 28 called DAMON Operator (DAMO). It is available at
|
/Linux-v6.6/drivers/char/ |
D | Kconfig | 122 tristate "IBM POWERNV Operator Panel Display support"
|