tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event

Despite the fprobe event,  "Kretprobe" was commented. So fix it.

Link: https://lore.kernel.org/all/170952361630.229804.10832200172327797860.stgit@devnote2/Signed-off-by: default avatarMasami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent 290eb13f
...@@ -210,7 +210,7 @@ fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, ...@@ -210,7 +210,7 @@ fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip,
} }
NOKPROBE_SYMBOL(fentry_trace_func); NOKPROBE_SYMBOL(fentry_trace_func);
/* Kretprobe handler */ /* function exit handler */
static nokprobe_inline void static nokprobe_inline void
__fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip,
unsigned long ret_ip, struct pt_regs *regs, unsigned long ret_ip, struct pt_regs *regs,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment