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 8ed1faf commit 628d736Copy full SHA for 628d736
tools/perf/Documentation/perf-script.txt
@@ -412,6 +412,14 @@ include::itrace.txt[]
412
--xed::
413
Run xed disassembler on output. Requires installing the xed disassembler.
414
415
+-S::
416
+--symbols=symbol[,symbol...]::
417
+ Only consider the listed symbols. Symbols are typically a name
418
+ but they may also be hexadecimal address.
419
+
420
+ For example, to select the symbol noploop or the address 0x4007a0:
421
+ perf script --symbols=noploop,0x4007a0
422
423
--call-trace::
424
Show call stream for intel_pt traces. The CPUs are interleaved, but
425
can be filtered with -C.
0 commit comments