]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - kernel/trace/events.c
Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support
[mirror_ubuntu-artful-kernel.git] / kernel / trace / events.c
CommitLineData
f3fe8e4a
SR
1/*
2 * This is the place to register all trace points as events.
f3fe8e4a
SR
3 */
4
9cc26a26 5#include <linux/stringify.h>
6ecc2d1c 6
eb594e45 7#include <trace/trace_events.h>
f3fe8e4a 8
c32e827b
SR
9#include "trace_output.h"
10
11#include "trace_events_stage_1.h"
12#include "trace_events_stage_2.h"
13#include "trace_events_stage_3.h"
f3fe8e4a 14