blob: 3c75623893cc8a19d033849f1775c1f30918276d [file] [log] [blame]
Steven Rostedtf3fe8e42009-02-24 10:22:57 -05001/*
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>
Jason Baronaf392412009-02-26 10:11:05 -05009#include <trace/irq.h>
Steven Rostedtf3fe8e42009-02-24 10:22:57 -050010
11#include "trace_events.h"
12
13/* trace/<type>_event_types.h here */
14#include <trace/sched_event_types.h>
Jason Baronaf392412009-02-26 10:11:05 -050015#include <trace/irq_event_types.h>