perf tools: Try to find cross-built objdump path
authorIrina Tirdea <irina.tirdea@intel.com>
Mon, 15 Oct 2012 23:33:38 +0000 (02:33 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 24 Oct 2012 16:20:11 +0000 (14:20 -0200)
commit68e94f4eb56d92ccb617a98fcac5e575702ec4fd
treee032cf52fc4cc66c845a1985bd5c58706e869706
parentfeb8ada4ea5540ee986b23abd95597118729704c
perf tools: Try to find cross-built objdump path

As we have architecture information of saved perf.data file, we can try
to find cross-built objdump path.

The triplets include support for Android (arm, x86 and mips
architectures).

Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Originally-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1350344020-8071-5-git-send-email-irina.tirdea@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/arch/common.c [new file with mode: 0644]
tools/perf/arch/common.h [new file with mode: 0644]
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c
tools/perf/util/annotate.h