Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
[sfrench/cifs-2.6.git] / kernel / trace / events.c
1 /*
2  * This is the place to register all trace points as events.
3  */
4
5 #include <linux/stringify.h>
6
7 #include <trace/trace_events.h>
8
9 #include "trace_output.h"
10
11 #include "trace_events_stage_1.h"
12 #include "trace_events_stage_2.h"
13 #include "trace_events_stage_3.h"
14