perf tools: make -C consistent across commands (for cpu list arg)
[deliverable/linux.git] / tools / perf / Documentation / perf-annotate.txt
index 85c5f026930d336bc6b2d2658087134e11caa328..476029d30621b08aea50aa275875167beabe5447 100644 (file)
@@ -66,12 +66,25 @@ OPTIONS
        used. This interfaces starts by centering on the line with more
        samples, TAB/UNTAB cycles through the lines with more samples.
 
--c::
+-C::
 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
        be provided as a comma-separated list with no space: 0,1. Ranges of
        CPUs are specified with -: 0-2. Default is to report samples on all
        CPUs.
 
+--asm-raw::
+       Show raw instruction encoding of assembly instructions.
+
+--source::
+       Interleave source code with assembly code. Enabled by default,
+       disable with --no-source.
+
+--symfs=<directory>::
+        Look for files with symbols relative to this directory.
+
+-M::
+--disassembler-style=:: Set disassembler style for objdump.
+
 SEE ALSO
 --------
 linkperf:perf-record[1], linkperf:perf-report[1]
This page took 0.035358 seconds and 5 git commands to generate.