diff options
Diffstat (limited to 'tools/perf/Documentation/perf-top.txt')
-rw-r--r-- | tools/perf/Documentation/perf-top.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt index e2e5cd0023cd..b1a5bbbfebef 100644 --- a/tools/perf/Documentation/perf-top.txt +++ b/tools/perf/Documentation/perf-top.txt | |||
@@ -126,6 +126,16 @@ Default is to monitor all CPUS. | |||
126 | --symbols:: | 126 | --symbols:: |
127 | Only consider these symbols. | 127 | Only consider these symbols. |
128 | 128 | ||
129 | -M:: | ||
130 | --disassembler-style=:: Set disassembler style for objdump. | ||
131 | |||
132 | --source:: | ||
133 | Interleave source code with assembly code. Enabled by default, | ||
134 | disable with --no-source. | ||
135 | |||
136 | --asm-raw:: | ||
137 | Show raw instruction encoding of assembly instructions. | ||
138 | |||
129 | -G [type,min,order]:: | 139 | -G [type,min,order]:: |
130 | --call-graph:: | 140 | --call-graph:: |
131 | Display call chains using type, min percent threshold and order. | 141 | Display call chains using type, min percent threshold and order. |