Cleanup: Move headers from probes/ to include/lttng/
[lttng-modules.git] / instrumentation / events / lttng-module / preemptirq.h
index 2fc81177cc3de8f7e941ba8ade021e132998c73e..36aa36cb73c6b26b1c178e9387d84361a326615f 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 #ifdef CONFIG_PREEMPTIRQ_EVENTS
 
 #undef TRACE_SYSTEM
@@ -10,7 +10,7 @@
 #include <linux/ktime.h>
 #include <linux/string.h>
 #include <asm/sections.h>
-#include <probes/lttng-tracepoint-event.h>
+#include <lttng/tracepoint-event.h>
 
 /*
  * The preemptirq probe is built when CONFIG_PREEMPTIRQ_EVENTS is defined.
@@ -95,6 +95,6 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(preemptirq_template, preempt_enable,
 #endif /* LTTNG_TRACE_PREEMPTIRQ_H */
 
 /* This part must be outside protection */
-#include <probes/define_trace.h>
+#include <lttng/define_trace.h>
 
 #endif /* CONFIG_PREEMPTIRQ_EVENTS */
This page took 0.024867 seconds and 4 git commands to generate.