diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-06 11:48:31 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-07 16:01:32 -0400 |
commit | 64c6f0c7f8db449e05ee16e35a7083df69addd1d (patch) | |
tree | 9fd57f3442df154fec0440417b583d00c30e8ea5 /tools/perf/Documentation | |
parent | fbe96f29ce4b33e0a22219cc7f5996d9157717e3 (diff) |
perf tools: Make --no-asm-raw the default
And add the annotation output knobs to all the tools that have
integrated annotation (top, report).
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-gnlob67mke6sji2kf4nstp7m@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-annotate.txt | 3 | ||||
-rw-r--r-- | tools/perf/Documentation/perf-report.txt | 9 | ||||
-rw-r--r-- | tools/perf/Documentation/perf-top.txt | 10 |
3 files changed, 19 insertions, 3 deletions
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt index 0102d83600db..fe6762ed56bd 100644 --- a/tools/perf/Documentation/perf-annotate.txt +++ b/tools/perf/Documentation/perf-annotate.txt | |||
@@ -73,8 +73,7 @@ OPTIONS | |||
73 | CPUs. | 73 | CPUs. |
74 | 74 | ||
75 | --asm-raw:: | 75 | --asm-raw:: |
76 | Show raw instruction encoding of assembly instructions. They | 76 | Show raw instruction encoding of assembly instructions. |
77 | are displayed by default, disable with --no-asm-raw. | ||
78 | 77 | ||
79 | --source:: | 78 | --source:: |
80 | Interleave source code with assembly code. Enabled by default, | 79 | Interleave source code with assembly code. Enabled by default, |
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 4ed17072ea88..212f24d672e1 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt | |||
@@ -137,6 +137,13 @@ OPTIONS | |||
137 | -M:: | 137 | -M:: |
138 | --disassembler-style=:: Set disassembler style for objdump. | 138 | --disassembler-style=:: Set disassembler style for objdump. |
139 | 139 | ||
140 | --source:: | ||
141 | Interleave source code with assembly code. Enabled by default, | ||
142 | disable with --no-source. | ||
143 | |||
144 | --asm-raw:: | ||
145 | Show raw instruction encoding of assembly instructions. | ||
146 | |||
140 | --show-total-period:: Show a column with the sum of periods. | 147 | --show-total-period:: Show a column with the sum of periods. |
141 | 148 | ||
142 | -I:: | 149 | -I:: |
@@ -147,4 +154,4 @@ OPTIONS | |||
147 | 154 | ||
148 | SEE ALSO | 155 | SEE ALSO |
149 | -------- | 156 | -------- |
150 | linkperf:perf-stat[1] | 157 | linkperf:perf-stat[1], linkperf:perf-annotate[1] |
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. |