Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-kmem.c
index 9573018fbbb8a103c10a5e2006e87db9db50dcc7..1b120ab88bb2bf9a49fc7fee79cea45f1fc2f1f1 100644 (file)
@@ -15,7 +15,7 @@
 #include <wrapper/page_alloc.h>
 #include <linux/module.h>
 #include <linux/mm.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -30,9 +30,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 
-#include <instrumentation/events/lttng-module/kmem.h>
+#include <instrumentation/events/kmem.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.035322 seconds and 4 git commands to generate.