tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
authorSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 16:41:38 +0000 (12:41 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 16:41:38 +0000 (12:41 -0400)
commit30a8fecc2d34f086df34fe2f2b926f080e002600
treea6959a40a6a3065b61ddcf4954861dfd8892a843
parent2314c4ae1461c9e8b26cf8b9a851f280bc5769e1
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro

Impact: clean up

In trying to stay consistant with the C style format in the TRACE_EVENT
macro, it makes more sense to do the printk after the assigning of
the variables.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
include/linux/tracepoint.h
include/trace/irq_event_types.h
include/trace/sched_event_types.h
kernel/trace/trace_events_stage_1.h
kernel/trace/trace_events_stage_2.h
kernel/trace/trace_events_stage_3.h