]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - kernel/trace/events.c
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.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