Cleanup: Move patches.i to include/generated/
[lttng-modules.git] / lttng-statedump-impl.c
index 9dc0eb199f90c4c61048223ba58dff651a815e47..1a2a12ba7f650ceb9a633b2cd7f79729aeadec32 100644 (file)
@@ -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.023035 seconds and 4 git commands to generate.