Cleanup: Move patches.i to include/generated/
[lttng-modules.git] / lttng-statedump-impl.c
index b60531d507020bdbf26e8f7cac1b95f48d101663..1a2a12ba7f650ceb9a633b2cd7f79729aeadec32 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)
  *
  * lttng-statedump.c
  *
@@ -33,8 +33,8 @@
 #include <linux/mutex.h>
 #include <linux/device.h>
 
-#include <lttng-events.h>
-#include <lttng-tracer.h>
+#include <lttng/events.h>
+#include <lttng/tracer.h>
 #include <wrapper/irqdesc.h>
 #include <wrapper/fdtable.h>
 #include <wrapper/namespace.h>
 
 /* Define the tracepoints, but do not build the probes */
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 #define TRACE_INCLUDE_FILE lttng-statedump
 #define LTTNG_INSTRUMENTATION
-#include <instrumentation/events/lttng-module/lttng-statedump.h>
+#include <instrumentation/events/lttng-statedump.h>
 
 DEFINE_TRACE(lttng_statedump_block_device);
 DEFINE_TRACE(lttng_statedump_end);
This page took 0.024293 seconds and 4 git commands to generate.