Version 2.7.7
[lttng-modules.git] / probes / lttng-probe-timer.c
index 9cf7492a76555cbca8b43edd1e3d1383e79dabe6..f86f7120591fb0ee67682a03b0b11c4ae5dbbdf2 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include <linux/module.h>
-#include "../wrapper/tracepoint.h"
+#include "../lttng-tracer.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -31,6 +31,8 @@
 #include <linux/sched.h>
 #include <trace/events/timer.h>
 
+#include "../wrapper/tracepoint.h"
+
 /*
  * Create LTTng tracepoint probes.
  */
@@ -43,3 +45,7 @@
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng timer 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.023246 seconds and 4 git commands to generate.