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

2015-01-21 Thread Naveen N. Rao
On 2015/01/21 09:51AM, Arnaldo Carvalho de Melo wrote: > Em Tue, Dec 09, 2014 at 11:03:58PM +0530, Naveen N. Rao escreveu: > > 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

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

2015-01-21 Thread Arnaldo Carvalho de Melo
Em Tue, Dec 09, 2014 at 11:03:58PM +0530, Naveen N. Rao escreveu: > 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

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

2014-12-09 Thread Ananth N Mavinakayanahalli
On Tue, Dec 09, 2014 at 11:03:58PM +0530, 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 ka

[RFC PATCH 0/8] Fix perf probe issues on powerpc

2014-12-09 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 v3.18 and on -tip with minor changes to patch