aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/intel/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/intel/trace.c')
-rw-r--r--drivers/iommu/intel/trace.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/iommu/intel/trace.c b/drivers/iommu/intel/trace.c
new file mode 100644
index 000000000000..bfb6a6e37a88
--- /dev/null
+++ b/drivers/iommu/intel/trace.c
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Intel IOMMU trace support
+ *
+ * Copyright (C) 2019 Intel Corporation
+ *
+ * Author: Lu Baolu <baolu.lu@linux.intel.com>
+ */
+
+#include <linux/string.h>
+#include <linux/types.h>
+
+#define CREATE_TRACE_POINTS
+#include <trace/events/intel_iommu.h>