Re: [PATCH 2/2] ARM64: perf: wire up perf_regs and unwind support

2013-10-24 Thread Jean Pihet
Hi Jiri, Will, On 24 October 2013 16:50, Jiri Olsa wrote: > On Fri, Oct 18, 2013 at 04:54:38PM +0200, Jean Pihet wrote: > > SNIP > >> + return -EINVAL; >> +} >> diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile >> index 75b93d7..15a69a5 100644 >> --- a/tools/perf/config/Mak

Re: [PATCH 2/2] ARM64: perf: wire up perf_regs and unwind support

2013-10-24 Thread Jiri Olsa
On Fri, Oct 18, 2013 at 04:54:38PM +0200, Jean Pihet wrote: SNIP > + return -EINVAL; > +} > diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile > index 75b93d7..15a69a5 100644 > --- a/tools/perf/config/Makefile > +++ b/tools/perf/config/Makefile > @@ -29,11 +29,17 @@ ifeq ($(

[PATCH 2/2] ARM64: perf: wire up perf_regs and unwind support

2013-10-18 Thread Jean Pihet
From: Jean Pihet This patch hooks in the perf_regs and libunwind code for ARM64. The tools/perf/arch/arm64 is created; it contains the arch specific code for DWARF unwinding. Signed-off-by: Jean Pihet Cc: Will Deacon --- tools/perf/arch/arm64/Makefile| 7 +++ tools/perf/arch/arm6