Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / lttng-statedump-impl.c
index da05924f0397f48ad96755b9bc10b134edef2784..1a2a12ba7f650ceb9a633b2cd7f79729aeadec32 100644 (file)
 
 /* 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.022746 seconds and 4 git commands to generate.