Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-kvm.c
index 38603d80a2a056cff68a97db61f19127afc777a7..8b30f26a02720f2cd8e8bcbb7fa5f7c06a126992 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <linux/module.h>
 #include <linux/kvm_host.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -24,9 +24,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/kvm.h>
+#include <instrumentation/events/kvm.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.023051 seconds and 4 git commands to generate.