2009-02-24 23:22:57 +08:00
|
|
|
/*
|
|
|
|
* 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>
|
2009-02-26 23:11:05 +08:00
|
|
|
#include <trace/irq.h>
|
2009-02-24 23:22:57 +08:00
|
|
|
|
|
|
|
#include "trace_events.h"
|
|
|
|
|
|
|
|
/* trace/<type>_event_types.h here */
|
|
|
|
#include <trace/sched_event_types.h>
|
2009-02-26 23:11:05 +08:00
|
|
|
#include <trace/irq_event_types.h>
|