perf tool: fix compilation for ARM
authorStephane Eranian <eranian@google.com>
Fri, 5 Sep 2014 04:21:04 +0000 (06:21 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 17 Sep 2014 20:08:09 +0000 (17:08 -0300)
commit29a3ce31c38c8f73f4e076b7ffc0876b4f5dd6c3
treebb6309d7d3b32cc6138791c356fccc07bb95ec87
parent7d4bdab5a441772bfc757d7f9eea9465ec5de0ec
perf tool: fix compilation for ARM

This patch fixes ARM compile of the perf tool.  The debug.h header file
was missing from a couple of unwind related modules.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20140905042103.GA3091@quad
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/arm/tests/dwarf-unwind.c
tools/perf/arch/arm/util/unwind-libunwind.c