sunrpc: introduce lttng_get_clid helper
[lttng-modules.git] / instrumentation / events / lttng-module / jbd.h
index a4abcfc7c56a61002d8d187eee47f904822466e0..acc8a48d3c619e4357ce2f22844bac807fdb5195 100644 (file)
@@ -1,10 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM jbd
 
 #if !defined(LTTNG_TRACE_JBD_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_JBD_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/jbd.h>
 #include <linux/version.h>
 
@@ -153,4 +154,4 @@ LTTNG_TRACEPOINT_EVENT(jbd_update_superblock_end,
 #endif /* LTTNG_TRACE_JBD_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.022973 seconds and 4 git commands to generate.