tracing/events: Add ftrace_event_call param to define_fields()
[safe/jmp/linux-2.6] / include / linux / ftrace_event.h
index 189806b..35b3a4a 100644 (file)
@@ -118,7 +118,7 @@ struct ftrace_event_call {
        int                     (*raw_init)(void);
        int                     (*show_format)(struct ftrace_event_call *call,
                                               struct trace_seq *s);
-       int                     (*define_fields)(void);
+       int                     (*define_fields)(struct ftrace_event_call *);
        struct list_head        fields;
        int                     filter_active;
        struct event_filter     *filter;