diff options
author | Andi Kleen <ak@linux.intel.com> | 2011-09-15 17:31:41 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-09-29 16:10:00 -0400 |
commit | f69b64f73e1d7f47a9205c1cd46e0e1c3c65e1cd (patch) | |
tree | d524df90f8f78da2feebf63619101512d088a27c /tools/perf/Documentation/perf-annotate.txt | |
parent | 33e49ea70df066651a17061c62118fc3f075d21f (diff) |
perf: Support setting the disassembler style
Add -M option to report/annotate to pass directly to objdump. This
allows to use -M intel for intel style disassembler syntax, which is
useful for people who are very used to the Intel syntax.
Link: http://lkml.kernel.org/r/1316122302-24306-2-git-send-email-andi@firstfloor.org
[committer note: Add missing Documentation bits, fixup conflicts with 3e6a2a7]
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Stephane Eranian <eranian@google.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-annotate.txt')
-rw-r--r-- | tools/perf/Documentation/perf-annotate.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt index 98a31e3181a5..0102d83600db 100644 --- a/tools/perf/Documentation/perf-annotate.txt +++ b/tools/perf/Documentation/perf-annotate.txt | |||
@@ -83,6 +83,9 @@ OPTIONS | |||
83 | --symfs=<directory>:: | 83 | --symfs=<directory>:: |
84 | Look for files with symbols relative to this directory. | 84 | Look for files with symbols relative to this directory. |
85 | 85 | ||
86 | -M:: | ||
87 | --disassembler-style=:: Set disassembler style for objdump. | ||
88 | |||
86 | SEE ALSO | 89 | SEE ALSO |
87 | -------- | 90 | -------- |
88 | linkperf:perf-record[1], linkperf:perf-report[1] | 91 | linkperf:perf-record[1], linkperf:perf-report[1] |