Re: [PATCH] tracing/kprobes: Do the notrace functions check without kprobes on ftrace

2021-01-07 Thread Masami Hiramatsu
On Thu, 7 Jan 2021 09:13:30 -0500 Steven Rostedt wrote: > On Wed, 6 Jan 2021 12:20:40 +0900 > Masami Hiramatsu wrote: > > > Enable the notrace function check on the architecture which doesn't > > support kprobes on ftrace. This notrace function check is not only > > for the kprobes on ftrace

Re: [PATCH] tracing/kprobes: Do the notrace functions check without kprobes on ftrace

2021-01-06 Thread Steven Rostedt
On Wed, 6 Jan 2021 12:20:40 +0900 Masami Hiramatsu wrote: > Enable the notrace function check on the architecture which doesn't > support kprobes on ftrace. This notrace function check is not only > for the kprobes on ftrace but also sw-breakpoint based kprobes. > Thus there is no reason to

[PATCH] tracing/kprobes: Do the notrace functions check without kprobes on ftrace

2021-01-05 Thread Masami Hiramatsu
Enable the notrace function check on the architecture which doesn't support kprobes on ftrace. This notrace function check is not only for the kprobes on ftrace but also sw-breakpoint based kprobes. Thus there is no reason to limit this check for the arch which supports kprobes on ftrace. This