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

2014-04-28 Thread 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 Acked-by: Will Deacon --- tools/perf/arch/arm64/Makefile| 7 +++ tools/perf/arch/arm64/include

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

2014-04-28 Thread Jiri Olsa
On Mon, Apr 28, 2014 at 11:15:43AM +0200, Jean Pihet wrote: > Arnaldo, > > > 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 > > Acked-by: Will D

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

2014-04-28 Thread Jean Pihet
Arnaldo, > 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 > Acked-by: Will Deacon Ping on this patch. Can you take this patch in your tree? Please let

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

2014-03-13 Thread Jean Pihet
On 13 March 2014 11:22, Catalin Marinas wrote: > On Thu, Mar 13, 2014 at 10:12:02AM +, Will Deacon wrote: >> On Wed, Mar 12, 2014 at 05:45:20PM +, Catalin Marinas wrote: >> > On Wed, Mar 12, 2014 at 01:42:51PM +0100, Jean Pihet wrote: >> > > On 13 February 2014 18:06, Jean Pihet wrote: >>

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

2014-03-13 Thread Catalin Marinas
On Thu, Mar 13, 2014 at 10:12:02AM +, Will Deacon wrote: > On Wed, Mar 12, 2014 at 05:45:20PM +, Catalin Marinas wrote: > > On Wed, Mar 12, 2014 at 01:42:51PM +0100, Jean Pihet wrote: > > > On 13 February 2014 18:06, Jean Pihet wrote: > > > > This patch hooks in the perf_regs and libunwind

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

2014-03-13 Thread Will Deacon
On Wed, Mar 12, 2014 at 05:45:20PM +, Catalin Marinas wrote: > On Wed, Mar 12, 2014 at 01:42:51PM +0100, Jean Pihet wrote: > > Hi, > > > > On 13 February 2014 18:06, Jean Pihet wrote: > > > This patch hooks in the perf_regs and libunwind code for ARM64. > > > The tools/perf/arch/arm64 is crea

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

2014-03-12 Thread Catalin Marinas
On Wed, Mar 12, 2014 at 01:42:51PM +0100, Jean Pihet wrote: > Hi, > > On 13 February 2014 18:06, Jean Pihet wrote: > > 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. > > > > Sign

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

2014-03-12 Thread Jean Pihet
Hi, On 13 February 2014 18:06, Jean Pihet wrote: > 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 > Acked-by: Will Deacon Ping on this patch. Can thi

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

2014-02-13 Thread 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 Acked-by: Will Deacon --- tools/perf/arch/arm64/Makefile| 7 +++ tools/perf/arch/arm64/include

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

2014-02-13 Thread Jean Pihet
Hi Jiri, On 12 February 2014 14:09, Jiri Olsa wrote: > On Mon, Feb 03, 2014 at 07:17:07PM +0100, Jean Pihet wrote: >> 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-o

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

2014-02-12 Thread Jiri Olsa
On Mon, Feb 03, 2014 at 07:17:07PM +0100, Jean Pihet wrote: > 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 > Acked-by: Will Deacon SNIP > + */ > +c

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

2014-02-12 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 12, 2014 at 11:30:18AM +, Will Deacon escreveu: > On Wed, Feb 12, 2014 at 11:27:44AM +, Ingo Molnar wrote: > > * Will Deacon wrote: > > > This needs to go via the perf tree to avoid a repeat of the mess last > > > time. > > If the tooling bits are fine with Arnaldo then I hav

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

2014-02-12 Thread Will Deacon
On Wed, Feb 12, 2014 at 11:27:44AM +, Ingo Molnar wrote: > * Will Deacon wrote: > > This needs to go via the perf tree to avoid a repeat of the mess last time. > > If the tooling bits are fine with Arnaldo then I have no objections > either - once all the bits are acked please send a single

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

2014-02-12 Thread Ingo Molnar
* Will Deacon wrote: > On Wed, Feb 12, 2014 at 08:46:38AM +, Jean Pihet wrote: > > Hi Arnaldo, Will, > > > > Ping on this patch. > > This needs to go via the perf tree to avoid a repeat of the mess last time. If the tooling bits are fine with Arnaldo then I have no objections either - on

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

2014-02-12 Thread Will Deacon
On Wed, Feb 12, 2014 at 08:46:38AM +, Jean Pihet wrote: > Hi Arnaldo, Will, > > Ping on this patch. This needs to go via the perf tree to avoid a repeat of the mess last time. Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord..

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

2014-02-12 Thread Jean Pihet
Hi Arnaldo, Will, Ping on this patch. Regards, Jean On 3 February 2014 19:17, Jean Pihet wrote: > 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 > Ac

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

2014-02-03 Thread 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 Acked-by: Will Deacon --- tools/perf/arch/arm64/Makefile| 7 +++ tools/perf/arch/arm64/include/per