]> git.karo-electronics.de Git - karo-tx-linux.git/blob - kernel/trace/events.c
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / kernel / trace / events.c
1 /*
2  * This is the place to register all trace points as events.
3  * Include the trace/<type>.h at the top.
4  * Include the trace/<type>_event_types.h at the bottom.
5  */
6
7 /* trace/<type>.h here */
8 #include <trace/sched.h>
9
10 #include "trace_events.h"
11
12 /* trace/<type>_event_types.h here */
13 #include <trace/sched_event_types.h>