Re: Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-17 Thread Masami Hiramatsu
On 2015/06/17 18:43, He Kuang wrote: > hi, Masami > > On 2015/6/17 16:52, Masami Hiramatsu wrote: >> On 2015/06/17 0:26, hekuang wrote: >>> hi, Arnaldo >>> >>> On 06/15/2015 10:49 PM, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: > Fix failur

Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-17 Thread He Kuang
hi, Masami On 2015/6/17 16:52, Masami Hiramatsu wrote: On 2015/06/17 0:26, hekuang wrote: hi, Arnaldo On 06/15/2015 10:49 PM, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: Fix failure to probe events on arm, problem is introduced by commit 5a51f

Re: Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-17 Thread Masami Hiramatsu
On 2015/06/17 0:26, hekuang wrote: > hi, Arnaldo > > On 06/15/2015 10:49 PM, Arnaldo Carvalho de Melo wrote: >> Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: >>> Fix failure to probe events on arm, problem is introduced by commit >>> 5a51fcd1f30c ("perf probe: Skip kernel symbols wh

Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-16 Thread hekuang
hi, Arnaldo On 06/15/2015 10:49 PM, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: Fix failure to probe events on arm, problem is introduced by commit 5a51fcd1f30c ("perf probe: Skip kernel symbols which is out of .text"). For some architectures, la

Re: Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-16 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 16, 2015 at 03:05:17PM +0900, Masami Hiramatsu escreveu: > On 2015/06/15 23:49, Arnaldo Carvalho de Melo wrote: > > Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: > >> Fix failure to probe events on arm, problem is introduced by commit > >> 5a51fcd1f30c ("perf probe: Skip

Re: Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-15 Thread Masami Hiramatsu
On 2015/06/15 23:49, Arnaldo Carvalho de Melo wrote: > Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: >> Fix failure to probe events on arm, problem is introduced by commit >> 5a51fcd1f30c ("perf probe: Skip kernel symbols which is out of >> .text"). For some architectures, label '_et

Re: [PATCH] perf probe: Fix failure to probe events on arm

2015-06-15 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 15, 2015 at 08:06:53AM +, He Kuang escreveu: > Fix failure to probe events on arm, problem is introduced by commit > 5a51fcd1f30c ("perf probe: Skip kernel symbols which is out of > .text"). For some architectures, label '_etext' is not in the .text > section(in .notes section for a

[PATCH] perf probe: Fix failure to probe events on arm

2015-06-15 Thread He Kuang
Fix failure to probe events on arm, problem is introduced by commit 5a51fcd1f30c ("perf probe: Skip kernel symbols which is out of .text"). For some architectures, label '_etext' is not in the .text section(in .notes section for arm/arm64). Label out of .text section is not loaded as symbols and we