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 3e6a2a7f] 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>
Showing
- tools/perf/Documentation/perf-annotate.txt 3 additions, 0 deletionstools/perf/Documentation/perf-annotate.txt
- tools/perf/Documentation/perf-report.txt 3 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/builtin-annotate.c 2 additions, 0 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-report.c 2 additions, 0 deletionstools/perf/builtin-report.c
- tools/perf/util/annotate.c 5 additions, 1 deletiontools/perf/util/annotate.c
- tools/perf/util/annotate.h 2 additions, 0 deletionstools/perf/util/annotate.h
Loading
Please register or sign in to comment