Fix: update vmscan instrumentation for v4.16
[lttng-modules.git] / probes / lttng-probe-block.c
index 27f2142a0a0bea0acb432b4b46ac619a75621860..827ead21128c43ee0975f8f678e763a573dab571 100644 (file)
@@ -22,7 +22,8 @@
 
 #include <linux/module.h>
 #include <linux/blktrace_api.h>
-#include "../lttng-tracer.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>");
This page took 0.023326 seconds and 4 git commands to generate.