Pull trace event headers into lttng modules tree
[lttng-modules.git] / probes / lttng-probe-block.c
index 7bd5eaf08f6a4f0bd676017f1fc89ac61ef27084..43dd2be1c6b279d0e27440a836ef828a69445ceb 100644 (file)
@@ -9,14 +9,20 @@
 #include <linux/module.h>
 #include <linux/blktrace_api.h>
 
+/*
+ * Create the tracepoint static inlines from the kernel to validate that our
+ * trace event macros match the kernel we run on.
+ */
+#include <trace/events/block.h>
+
 /*
  * Create LTTng tracepoint probes.
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#undef CONFIG_EVENT_TRACING    /* Don't create Ftrace probes */
+#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
 
-#include <trace/events/block.h>
+#include "../instrumentation/events/lttng-module/block.h"
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.022906 seconds and 4 git commands to generate.