Re: [PATCH 0/3] ARM64: add perf support

2013-12-30 Thread Jean Pihet
Hi Will, Ingo, The series has been updated after the comments and re-submitted. Thanks! Jean On 17 December 2013 12:08, Ingo Molnar wrote: > > * Will Deacon wrote: > >> On Tue, Dec 17, 2013 at 10:45:34AM +, Ingo Molnar wrote: >> > * jean.pi...@linaro.org wrote: >> > > From: Jean Pihet >>

Re: [PATCH 0/3] ARM64: add perf support

2013-12-17 Thread Ingo Molnar
* Will Deacon wrote: > On Tue, Dec 17, 2013 at 10:45:34AM +, Ingo Molnar wrote: > > * jean.pi...@linaro.org wrote: > > > From: Jean Pihet > > > > > > Add perf support for the AARCH64 architecture. This includes the > > > support for: > > > - AARCH64 perf registers definition and hooks, >

Re: [PATCH 0/3] ARM64: add perf support

2013-12-17 Thread Will Deacon
On Tue, Dec 17, 2013 at 10:45:34AM +, Ingo Molnar wrote: > * jean.pi...@linaro.org wrote: > > From: Jean Pihet > > > > Add perf support for the AARCH64 architecture. This includes the > > support for: > > - AARCH64 perf registers definition and hooks, > > - compat mode registers use, i.e. pr

Re: [PATCH 0/3] ARM64: add perf support

2013-12-17 Thread Ingo Molnar
* jean.pi...@linaro.org wrote: > From: Jean Pihet > > Add perf support for the AARCH64 architecture. This includes the > support for: > - AARCH64 perf registers definition and hooks, > - compat mode registers use, i.e. profiling a 32-bit binary on >a 64-bit system, > - unwinding using the

[PATCH 0/3] ARM64: add perf support

2013-12-16 Thread jean . pihet
From: Jean Pihet Add perf support for the AARCH64 architecture. This includes the support for: - AARCH64 perf registers definition and hooks, - compat mode registers use, i.e. profiling a 32-bit binary on a 64-bit system, - unwinding using the dwarf information from the .debug_frame section