tracepoint event instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / regmap.h
index 48bb462c27189e3a1c02012467e5cabe35ab361a..cc42dcb70deb37572a3ccf08e30d5ccf7bf7fcdd 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_REGMAP_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_REGMAP_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/ktime.h>
 #include <linux/version.h>
 
@@ -141,4 +141,4 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(regmap_bool, regmap_cache_bypass,
 #endif /* LTTNG_TRACE_REGMAP_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.032182 seconds and 5 git commands to generate.