]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - kernel/trace/events.c
tracing: consolidate trace and trace_event headers
[mirror_ubuntu-artful-kernel.git] / kernel / trace / events.c
1 /*
2 * This is the place to register all trace points as events.
3 */
4
5 #include <linux/stringify.h>
6
7 #include <trace/trace_events.h>
8
9 #include "trace_output.h"
10
11 #define TRACE_HEADER_MULTI_READ
12 #include "trace_events_stage_1.h"
13 #include "trace_events_stage_2.h"
14 #include "trace_events_stage_3.h"
15