Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-05-04 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 29, 2015 at 11:07:58AM +0530, Srikar Dronamraju escreveu: > * Arnaldo Carvalho de Melo [2015-04-28 10:54:53]: > > > Em Tue, Apr 28, 2015 at 05:35:33PM +0530, Naveen N. Rao escreveu: > > > This patchset fixes various issues with perf probe on powerpc across > > > ABIv1 and > > > ABIv2

Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 Thread Srikar Dronamraju
* Arnaldo Carvalho de Melo [2015-04-28 10:54:53]: > Em Tue, Apr 28, 2015 at 05:35:33PM +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 wi

Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 Thread Naveen N. Rao
On 2015/04/29 07:17AM, Masami Hiramatsu wrote: > On 2015/04/28 22:54, Arnaldo Carvalho de Melo wrote: > > Em Tue, Apr 28, 2015 at 05:35:33PM +0530, Naveen N. Rao escreveu: > >> This patchset fixes various issues with perf probe on powerpc across ABIv1 > >> and > >> ABIv2: > >> - in the presence of

Re: Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 Thread Masami Hiramatsu
On 2015/04/28 22:54, Arnaldo Carvalho de Melo wrote: > Em Tue, Apr 28, 2015 at 05:35:33PM +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 t

Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 28, 2015 at 09:42:17PM +0530, Naveen N. Rao escreveu: > On 2015/04/28 10:54AM, Arnaldo Carvalho de Melo wrote: > > Em Tue, Apr 28, 2015 at 05:35:33PM +0530, Naveen N. Rao escreveu: > > > This patchset fixes various issues with perf probe on powerpc across > > > ABIv1 and > > > ABIv2: >

Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 Thread Naveen N. Rao
On 2015/04/28 10:54AM, Arnaldo Carvalho de Melo wrote: > Em Tue, Apr 28, 2015 at 05:35:33PM +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

Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 28, 2015 at 05:35:33PM +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

[PATCH v3 0/7] Fixes for perf probe issues on ppc

2015-04-28 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. Arnaldo, I have moved all patches to use __weak functions. Kindl