summaryrefslogtreecommitdiffstats
path: root/fs/iomap/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/iomap/trace.c')
-rw-r--r--fs/iomap/trace.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/iomap/trace.c b/fs/iomap/trace.c
new file mode 100644
index 000000000..da217246b
--- /dev/null
+++ b/fs/iomap/trace.c
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (c) 2019 Christoph Hellwig
+ */
+#include <linux/iomap.h>
+
+/*
+ * We include this last to have the helpers above available for the trace
+ * event implementations.
+ */
+#define CREATE_TRACE_POINTS
+#include "trace.h"