Re: [PATCHv2 0/8] Fix perf probe issues on powerpc

2015-01-29 Thread Michael Ellerman
On Wed, 2015-01-28 at 12:13 +0530, Naveen N. Rao wrote: > On 2015/01/28 05:14PM, Michael Ellerman wrote: > > On Wed, 2015-01-28 at 11:12 +0530, Naveen N. Rao wrote: > > > On 2014/12/15 08:20PM, Naveen N Rao wrote: > > > > This patchset fixes various issues with perf probe on powerpc across > > > >

Re: [PATCHv2 0/8] Fix perf probe issues on powerpc

2015-01-27 Thread Naveen N. Rao
On 2015/01/28 05:14PM, Michael Ellerman wrote: > On Wed, 2015-01-28 at 11:12 +0530, Naveen N. Rao wrote: > > On 2014/12/15 08:20PM, Naveen N Rao wrote: > > > This patchset fixes various issues with perf probe on powerpc across > > > ABIv1 and > > > ABIv2: > > > - in the presence of DWARF debug-inf

Re: [PATCHv2 0/8] Fix perf probe issues on powerpc

2015-01-27 Thread Michael Ellerman
On Wed, 2015-01-28 at 11:12 +0530, Naveen N. Rao wrote: > On 2014/12/15 08:20PM, Naveen N Rao wrote: > > This patchset fixes various issues with perf probe on powerpc across ABIv1 > > and > > ABIv2: > > - in the presence of DWARF debug-info, > > - in the absence of DWARF, but with the symbol table

Re: [PATCHv2 0/8] Fix perf probe issues on powerpc

2015-01-27 Thread Naveen N. Rao
On 2014/12/15 08:20PM, Naveen N Rao wrote: > This patchset fixes various issues with perf probe on powerpc across ABIv1 and > ABIv2: > - in the presence of DWARF debug-info, > - in the absence of DWARF, but with the symbol table, and > - in the absence of debug-info, but with kallsyms. > > Applies

[PATCHv2 0/8] Fix perf probe issues on powerpc

2014-12-15 Thread Naveen N. Rao
This patchset fixes various issues with perf probe on powerpc across ABIv1 and ABIv2: - in the presence of DWARF debug-info, - in the absence of DWARF, but with the symbol table, and - in the absence of debug-info, but with kallsyms. Applies cleanly on -tip. Tested on ppc64 BE and LE. Changes fro