]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Allow user to indicate path to objdump in command line
authorMaciek Borzecki <maciek.borzecki@gmail.com>
Tue, 4 Sep 2012 10:32:30 +0000 (12:32 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 5 Sep 2012 22:41:55 +0000 (19:41 -0300)
commit0b36ab9d00081e908fe75a8fa0f7aa7dd3d1ce90
tree3619137d2a7a6ce0209240cf9c99e7a3587e58c2
parent331edaeec472d49d503c431538a7d0f121415542
perf tools: Allow user to indicate path to objdump in command line

When analyzing perf data from hosts of other architecture than one of
the local host it's useful to call objdump that is part of a toolchain
for that architecture. Instead of calling regular objdump, call one that
user specified in command line.

Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Acked-by: David Ahern <dsahern@gmail.com>
Link: http://lkml.kernel.org/r/1346754750.16299.3.camel@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-annotate.txt
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c
tools/perf/util/annotate.c
tools/perf/util/annotate.h