tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
[linux-2.6-block.git] / kernel / trace / trace_events_stage_3.h
index 3ba55d4ab073829d9a378622b6bebab2e77d92fe..d6de06b9201a29e59cdb66b7af6c8bf58b45db5f 100644 (file)
@@ -148,7 +148,7 @@ __attribute__((section("_ftrace_events"))) event_##call = {         \
 #define __entry entry
 
 #undef TRACE_EVENT
-#define TRACE_EVENT(call, proto, args, tstruct, print, assign)         \
+#define TRACE_EVENT(call, proto, args, tstruct, assign, print)         \
                                                                        \
 static struct ftrace_event_call event_##call;                          \
                                                                        \