alistair23-linux/tools/perf/arch
Mark Salter 7d885749b6 perf tools: Fix arm64 build error
I'm seeing the following build error on arm64:

  In file included from util/event.c:3:0:
  util/event.h:95:17: error: 'PERF_REGS_MAX' undeclared here (not in a function)
    u64 cache_regs[PERF_REGS_MAX];
                 ^

This patch adds a PERF_REGS_MAX definition for arm64.

Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Jean Pihet <jean.pihet@linaro.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1406325766-8085-1-git-send-email-msalter@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-07-30 12:37:55 -03:00
..
arm perf tools: Add libdw DWARF post unwind support for ARM 2014-05-16 11:39:29 +02:00
arm64 perf tools: Fix arm64 build error 2014-07-30 12:37:55 -03:00
powerpc perf powerpc: Include util/util.h and remove stringify macros 2014-07-24 11:00:39 -03:00
s390 perf kvm: Add stat support on s390 2014-07-16 17:57:33 -03:00
sh
sparc
x86 perf tools: Move rdtsc() function 2014-07-23 11:48:11 -03:00
common.c perf tools: Introduce zfree 2013-12-27 15:17:00 -03:00
common.h