]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/Documentation/perf-script.txt
perf script: Add --insn-trace for instruction decoding
[linux.git] / tools / perf / Documentation / perf-script.txt
index afdafe2110a17adea848871e033a85f85972b4a1..00c655ab4968ec9706b2431ab24c97004702bada 100644 (file)
@@ -383,6 +383,13 @@ include::itrace.txt[]
        will be printed. Each entry has function name and file/line. Enabled by
        default, disable with --no-inline.
 
+--insn-trace::
+       Show instruction stream for intel_pt traces. Combine with --xed to
+       show disassembly.
+
+--xed::
+       Run xed disassembler on output. Requires installing the xed disassembler.
+
 SEE ALSO
 --------
 linkperf:perf-record[1], linkperf:perf-script-perl[1],