Version 2.10.0-rc2
[lttng-modules.git] / probes / lttng-probe-block.c
index 3eb668ff83e2b61dca2ef3bdddd4c372fb817f53..827ead21128c43ee0975f8f678e763a573dab571 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <linux/module.h>
 #include <linux/blktrace_api.h>
+#include <lttng-tracer.h>
+#include <lttng-kernel-version.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  */
 #include <trace/events/block.h>
 
-#include "../wrapper/tracepoint.h"
+#include <wrapper/tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
 
-#include "../instrumentation/events/lttng-module/block.h"
+#include <instrumentation/events/lttng-module/block.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng block probes");
+MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
+       __stringify(LTTNG_MODULES_MINOR_VERSION) "."
+       __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION)
+       LTTNG_MODULES_EXTRAVERSION);
This page took 0.022905 seconds and 4 git commands to generate.