Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedi...
[linux-2.6] / kernel / trace / events.c
1 /*
2  * This is the place to register all trace points as events.
3  */
4
5 /* someday this needs to go in a generic header */
6 #define __STR(x) #x
7 #define STR(x) __STR(x)
8
9 #include <trace/trace_events.h>
10
11 #include "trace_output.h"
12
13 #include "trace_events_stage_1.h"
14 #include "trace_events_stage_2.h"
15 #include "trace_events_stage_3.h"
16
17 #include <trace/trace_event_types.h>