blob: 38c89eef99ee93c8187991571025eaa3c5d5aa01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* This is the place to register all trace points as events.
* Include the trace/<type>.h at the top.
* Include the trace/<type>_event_types.h at the bottom.
*/
/* trace/<type>.h here */
#include <trace/sched.h>
#include "trace_events.h"
/* trace/<type>_event_types.h here */
#include <trace/sched_event_types.h>
|