Fix: use of uninitialized ret value in lttng_abi_open_metadata_stream
[deliverable/lttng-modules.git] / probes / lttng-probe-sched.c
index e132260f9cd6bacef029fe5e6044c6a256a875f9..62156ebfb06673eb8d70ebc99b269a6876b4ace6 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include <linux/module.h>
-#include "../lttng-tracer.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"
+#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>");
This page took 0.024605 seconds and 5 git commands to generate.