]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - tools/perf/builtin-report.c
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)
commit7a4ec938857cf534270b23545495300fbac7f5de
tree3619137d2a7a6ce0209240cf9c99e7a3587e58c2
parent60ff92f515a4efb36931f1b5b042332016e0f123
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