提交 755a27e7 编写于 作者: N Nicolas Iooss 提交者: Steven Rostedt

tracing: remove unused ftrace_output_event() prototype

The prototype of ftrace_output_event was added by commit 1d6bae96
("tracing: Move raw output code from macro to standalone function")
but this function was not defined anywhere, and is still nowhere to be
found.

Link: http://lkml.kernel.org/r/1430648282-25792-1-git-send-email-nicolas.iooss_linux@m4x.orgSigned-off-by: NNicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
上级 030bbdbf
...@@ -219,9 +219,6 @@ struct ftrace_event_class { ...@@ -219,9 +219,6 @@ struct ftrace_event_class {
extern int ftrace_event_reg(struct ftrace_event_call *event, extern int ftrace_event_reg(struct ftrace_event_call *event,
enum trace_reg type, void *data); enum trace_reg type, void *data);
int ftrace_output_event(struct trace_iterator *iter, struct ftrace_event_call *event,
char *fmt, ...);
int ftrace_event_define_field(struct ftrace_event_call *call, int ftrace_event_define_field(struct ftrace_event_call *call,
char *type, int len, char *item, int offset, char *type, int len, char *item, int offset,
int field_size, int sign, int filter); int field_size, int sign, int filter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册