1
0
Fork 0
alistair23-linux/tools/perf/arch
Will Deacon 660d13296b perf tools: Fix build breakage on arm64 targets
Attempting to build the perf tool for an arm64 target results in the
following failure:

  arch/arm64/util/unwind-libunwind.c: In function 'libunwind__arch_reg_id':
  arch/arm64/util/unwind-libunwind.c:77:3: error: implicit declaration of function 'pr_err'
     pr_err("unwind: invalid reg id %d\n", regnum);
     ^
  arch/arm64/util/unwind-libunwind.c:77:3: error: nested extern declaration of 'pr_err'

This is due to commit 84f5d36f48 ("perf tools: Move pr_* debug macros
into debug object") moving the pr_* macros into a new header file, but
failing to update architectures other than x86.

This patch adds the missing include, and fixes the build again.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1412076432-22045-1-git-send-email-will.deacon@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-10-01 14:44:17 -03:00
..
arm perf tool: fix compilation for ARM 2014-09-17 17:08:09 -03:00
arm64 perf tools: Fix build breakage on arm64 targets 2014-10-01 14:44:17 -03:00
powerpc perf tools powerpc: Fix build issue when DWARF support is disabled 2014-09-17 17:08:07 -03:00
s390 perf kvm: Add stat support on s390 2014-07-16 17:57:33 -03:00
sh perf tools: Fix build on non-glibc systems due to libio.h absence 2013-03-15 13:05:13 -03:00
sparc perf tools: Fix build on non-glibc systems due to libio.h absence 2013-03-15 13:05:13 -03:00
x86 perf tools: Move rdtsc() function 2014-07-23 11:48:11 -03:00
common.c perf tools: Add arm64 triplets 2014-08-15 10:40:11 -03:00
common.h perf tools: Try to find cross-built objdump path 2012-10-24 14:20:11 -02:00