Home
last modified time | relevance | path

Searched refs:Operator (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/perf/pmu-events/
Dmetric.py36 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/
Doppanel-opal.txt1 IBM OPAL Operator Panel Binding
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/mm/damon/
Dstart.rst33 在演示中,我们将使用DAMON的默认用户空间工具,称为DAMON Operator(DAMO)。它可以在
/Linux-v6.6/Documentation/admin-guide/mm/damon/
Dstart.rst28 called DAMON Operator (DAMO). It is available at
/Linux-v6.6/drivers/char/
DKconfig122 tristate "IBM POWERNV Operator Panel Display support"