diff options
| author | Li Zefan <lizf@cn.fujitsu.com> | 2010-05-24 04:24:52 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-28 17:12:53 -0400 |
| commit | ffb9f99528574ab9a55d4c8fd22e9d3ca49efa86 (patch) | |
| tree | 3b5d2a5e0c33b214bd7c53d1733fe3771a68d4c7 /kernel/trace/trace_export.c | |
| parent | c9d932cf8a1c608b676021aef0189376ba6ef151 (diff) | |
tracing: Remove redundant raw_init callbacks
raw_init callback is optional.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <4BFA37D4.7070500@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_export.c')
| -rw-r--r-- | kernel/trace/trace_export.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/kernel/trace/trace_export.c b/kernel/trace/trace_export.c index 8536e2a65969..4ba44deaac25 100644 --- a/kernel/trace/trace_export.c +++ b/kernel/trace/trace_export.c | |||
| @@ -125,12 +125,6 @@ ftrace_define_fields_##name(struct ftrace_event_call *event_call) \ | |||
| 125 | 125 | ||
| 126 | #include "trace_entries.h" | 126 | #include "trace_entries.h" |
| 127 | 127 | ||
| 128 | static int ftrace_raw_init_event(struct ftrace_event_call *call) | ||
| 129 | { | ||
| 130 | INIT_LIST_HEAD(&call->class->fields); | ||
| 131 | return 0; | ||
| 132 | } | ||
| 133 | |||
| 134 | #undef __entry | 128 | #undef __entry |
| 135 | #define __entry REC | 129 | #define __entry REC |
| 136 | 130 | ||
| @@ -158,7 +152,7 @@ static int ftrace_raw_init_event(struct ftrace_event_call *call) | |||
| 158 | struct ftrace_event_class event_class_ftrace_##call = { \ | 152 | struct ftrace_event_class event_class_ftrace_##call = { \ |
| 159 | .system = __stringify(TRACE_SYSTEM), \ | 153 | .system = __stringify(TRACE_SYSTEM), \ |
| 160 | .define_fields = ftrace_define_fields_##call, \ | 154 | .define_fields = ftrace_define_fields_##call, \ |
| 161 | .raw_init = ftrace_raw_init_event, \ | 155 | .fields = LIST_HEAD_INIT(event_class_ftrace_##call.fields),\ |
| 162 | }; \ | 156 | }; \ |
| 163 | \ | 157 | \ |
| 164 | struct ftrace_event_call __used \ | 158 | struct ftrace_event_call __used \ |
