Re: [PATCH] perf probe: Fix kprobe blacklist checking condition

2017-08-30 Thread Masami Hiramatsu
On Tue, 29 Aug 2017 20:57:23 +0800 Li Bin wrote: > The commit 9aaf5a5("perf probe: Check kprobes blacklist > when adding new events"), perf probe supports checking > the blacklist of the fuctions which can not be probed. > But the checking condition is wrong, that the

Re: [PATCH] perf probe: Fix kprobe blacklist checking condition

2017-08-30 Thread Masami Hiramatsu
On Tue, 29 Aug 2017 20:57:23 +0800 Li Bin wrote: > The commit 9aaf5a5("perf probe: Check kprobes blacklist > when adding new events"), perf probe supports checking > the blacklist of the fuctions which can not be probed. > But the checking condition is wrong, that the end_addr > of the symbol

Re: [PATCH] perf probe: Fix kprobe blacklist checking condition

2017-08-29 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 29, 2017 at 08:57:23PM +0800, Li Bin escreveu: > The commit 9aaf5a5("perf probe: Check kprobes blacklist > when adding new events"), perf probe supports checking > the blacklist of the fuctions which can not be probed. > But the checking condition is wrong, that the end_addr > of the

Re: [PATCH] perf probe: Fix kprobe blacklist checking condition

2017-08-29 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 29, 2017 at 08:57:23PM +0800, Li Bin escreveu: > The commit 9aaf5a5("perf probe: Check kprobes blacklist > when adding new events"), perf probe supports checking > the blacklist of the fuctions which can not be probed. > But the checking condition is wrong, that the end_addr > of the

[PATCH] perf probe: Fix kprobe blacklist checking condition

2017-08-29 Thread Li Bin
The commit 9aaf5a5("perf probe: Check kprobes blacklist when adding new events"), perf probe supports checking the blacklist of the fuctions which can not be probed. But the checking condition is wrong, that the end_addr of the symbol which is the start_addr of the next symbol can't be included.

[PATCH] perf probe: Fix kprobe blacklist checking condition

2017-08-29 Thread Li Bin
The commit 9aaf5a5("perf probe: Check kprobes blacklist when adding new events"), perf probe supports checking the blacklist of the fuctions which can not be probed. But the checking condition is wrong, that the end_addr of the symbol which is the start_addr of the next symbol can't be included.