Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-x86-irq-vectors.c
index 53172d07af1b8be91bb78a4261ffd8dc01c1b1f9..1f644061d5748d158ce488703002527a5b161354 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * probes/lttng-probe-x86-irq-vectors.c
  *
@@ -8,7 +8,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
@@ -26,9 +26,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module/arch/x86
+#define TRACE_INCLUDE_PATH instrumentation/events/arch/x86
 
-#include <instrumentation/events/lttng-module/arch/x86/irq_vectors.h>
+#include <instrumentation/events/arch/x86/irq_vectors.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.026328 seconds and 4 git commands to generate.