Re: [PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-07 Thread Jean Pihet
Hi Will, On Tue, May 6, 2014 at 7:52 PM, Will Deacon wrote: > On Tue, May 06, 2014 at 06:41:55PM +0100, Jean Pihet wrote: >> Hi Will, >> >> On 6 May 2014 19:00, Will Deacon wrote: >> > Hi Jean, >> > >> > On Tue, May 06, 2014 at 04:55:33PM +0100, Jean Pihet wrote: >> >> Adding libdw DWARF post un

Re: [PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-06 Thread Will Deacon
On Tue, May 06, 2014 at 06:41:55PM +0100, Jean Pihet wrote: > Hi Will, > > On 6 May 2014 19:00, Will Deacon wrote: > > Hi Jean, > > > > On Tue, May 06, 2014 at 04:55:33PM +0100, Jean Pihet wrote: > >> Adding libdw DWARF post unwind support, which is part > >> of elfutils-devel/libdw-dev package f

Re: [PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-06 Thread Jean Pihet
Hi Will, On 6 May 2014 19:00, Will Deacon wrote: > Hi Jean, > > On Tue, May 06, 2014 at 04:55:33PM +0100, Jean Pihet wrote: >> Adding libdw DWARF post unwind support, which is part >> of elfutils-devel/libdw-dev package from version 0.158. >> >> Note: the libdw code needs some support for dwarf u

Re: [PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-06 Thread Will Deacon
Hi Jean, On Tue, May 06, 2014 at 04:55:33PM +0100, Jean Pihet wrote: > Adding libdw DWARF post unwind support, which is part > of elfutils-devel/libdw-dev package from version 0.158. > > Note: the libdw code needs some support for dwarf unwinding > on ARM64, this code is submitted seperately on t

[PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-06 Thread Jean Pihet
Adding libdw DWARF post unwind support, which is part of elfutils-devel/libdw-dev package from version 0.158. Note: the libdw code needs some support for dwarf unwinding on ARM64, this code is submitted seperately on the elfutils ML. The new code is contained in unwin-libdw.c object, and implemen

[PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-03-19 Thread Jean Pihet
Adding libdw DWARF post unwind support, which is part of elfutils-devel/libdw-dev package from version 0.158. Note: the libdw code needs some support for dwarf unwinding on ARM64, this code is submitted seperately on the elfutils ML. The new code is contained in unwin-libdw.c object, and implemen