Fix: ctf_user_integer should not trigger page fault
[lttng-modules.git] / probes / lttng-probe-sched.c
index caef6f70f951b88224ceb7c416698f98d674b12b..62156ebfb06673eb8d70ebc99b269a6876b4ace6 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
  */
 #include <trace/events/sched.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/sched.h"
+#include <instrumentation/events/lttng-module/sched.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng sched 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.02327 seconds and 4 git commands to generate.