summaryrefslogtreecommitdiffstats
path: root/kernel/trace/events.c
blob: f2509cbaacea3d38c21b3fc17ce2644d4e681d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * This is the place to register all trace points as events.
 */

/* someday this needs to go in a generic header */
#define __STR(x) #x
#define STR(x) __STR(x)

#include <trace/trace_events.h>

#include "trace_output.h"

#include "trace_events_stage_1.h"
#include "trace_events_stage_2.h"
#include "trace_events_stage_3.h"

#include <trace/trace_event_types.h>
OpenPOWER on IntegriCloud