We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c6f68 commit fa828efCopy full SHA for fa828ef
Documentation/trace/events.rst
@@ -219,6 +219,20 @@ the function "security_prepare_creds" and less than the end of that function.
219
The ".function" postfix can only be attached to values of size long, and can only
220
be compared with "==" or "!=".
221
222
+Cpumask fields or scalar fields that encode a CPU number can be filtered using
223
+a user-provided cpumask in cpulist format. The format is as follows::
224
+
225
+ CPUS{$cpulist}
226
227
+Operators available to cpumask filtering are:
228
229
+& (intersection), ==, !=
230
231
+For example, this will filter events that have their .target_cpu field present
232
+in the given cpumask::
233
234
+ target_cpu & CPUS{17-42}
235
236
5.2 Setting filters
237
-------------------
238
0 commit comments