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

2015-06-22 Thread Masami Hiramatsu
On 2015/06/20 6:08, Arnaldo Carvalho de Melo wrote: > Em Thu, Jun 18, 2015 at 02:49:10AM +, 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 '_ete

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

2015-06-22 Thread Masami Hiramatsu
On 2015/06/18 11:49, He Kuang wrote: > 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

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

2015-06-19 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 18, 2015 at 02:49:10AM +, 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 v2] perf probe: Fix failure to probe events on arm

2015-06-17 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