Re: Re: [PATCH -tip v2 1/3] kprobes: Introduce nokprobe annotation for non-probe-able functions

2013-11-04 Thread Masami Hiramatsu
(2013/11/01 22:55), Steven Rostedt wrote: > On Fri, 01 Nov 2013 11:25:32 + > Masami Hiramatsu wrote: > >> Instead of __kprobes annotation, introduce 'nokprobe' new annotation >> to annotate that the function is not probed by kprobes. >> >> Previously the '__kprobes' is used just for avoiding

Re: Re: [PATCH -tip v2 1/3] kprobes: Introduce nokprobe annotation for non-probe-able functions

2013-11-04 Thread Masami Hiramatsu
(2013/11/01 22:55), Steven Rostedt wrote: On Fri, 01 Nov 2013 11:25:32 + Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: Instead of __kprobes annotation, introduce 'nokprobe' new annotation to annotate that the function is not probed by kprobes. Previously the '__kprobes' is

Re: [PATCH -tip v2 1/3] kprobes: Introduce nokprobe annotation for non-probe-able functions

2013-11-01 Thread Steven Rostedt
On Fri, 01 Nov 2013 11:25:32 + Masami Hiramatsu wrote: > Instead of __kprobes annotation, introduce 'nokprobe' new annotation > to annotate that the function is not probed by kprobes. > > Previously the '__kprobes' is used just for avoiding probes on > kprobes-related functions which will

[PATCH -tip v2 1/3] kprobes: Introduce nokprobe annotation for non-probe-able functions

2013-11-01 Thread Masami Hiramatsu
Instead of __kprobes annotation, introduce 'nokprobe' new annotation to annotate that the function is not probed by kprobes. Previously the '__kprobes' is used just for avoiding probes on kprobes-related functions which will be used from kprobes. However nowadays we use it for prohibiting probing

[PATCH -tip v2 1/3] kprobes: Introduce nokprobe annotation for non-probe-able functions

2013-11-01 Thread Masami Hiramatsu
Instead of __kprobes annotation, introduce 'nokprobe' new annotation to annotate that the function is not probed by kprobes. Previously the '__kprobes' is used just for avoiding probes on kprobes-related functions which will be used from kprobes. However nowadays we use it for prohibiting probing

Re: [PATCH -tip v2 1/3] kprobes: Introduce nokprobe annotation for non-probe-able functions

2013-11-01 Thread Steven Rostedt
On Fri, 01 Nov 2013 11:25:32 + Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: Instead of __kprobes annotation, introduce 'nokprobe' new annotation to annotate that the function is not probed by kprobes. Previously the '__kprobes' is used just for avoiding probes on