Cleanup: Move headers from probes/ to include/lttng/
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / jbd.h
index 335be5cb6e74888059e7e7d8efd965740498a3f7..e9aabd692cdbcc85d95f10fd3bbc6e9eaed56d8d 100644 (file)
@@ -1,10 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 #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 <lttng/tracepoint-event.h>
 #include <linux/jbd.h>
 #include <linux/version.h>
 
@@ -146,20 +147,11 @@ LTTNG_TRACEPOINT_EVENT(jbd_update_superblock_end,
        TP_FIELDS(
                ctf_integer(dev_t, dev, journal->j_fs_dev->bd_dev)
                ctf_integer(int, wait, wait)
-       ),
-
-       TP_fast_assign(
-               tp_assign(dev, journal->j_fs_dev->bd_dev)
-               tp_assign(wait, wait)
-       ),
-
-       TP_printk("dev %d,%d wait %d",
-                 MAJOR(__entry->dev), MINOR(__entry->dev),
-                  __entry->wait)
+       )
 )
 #endif
 
 #endif /* LTTNG_TRACE_JBD_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <lttng/define_trace.h>
This page took 0.027696 seconds and 5 git commands to generate.