Fix: remove unused gfpflags.h from btrfs and compaction instrumentation
[lttng-modules.git] / instrumentation / events / lttng-module / btrfs.h
index 11b501a28751e1f404d507f8a6fa25ba0c3506c1..077e6d1185ba3cf315ca564ee00d9e4528c6abef 100644 (file)
@@ -6,7 +6,6 @@
 
 #include "../../../probes/lttng-tracepoint-event.h"
 #include <linux/writeback.h>
-#include <trace/events/gfpflags.h>
 #include <linux/version.h>
 
 #ifndef _TRACE_BTRFS_DEF_
@@ -499,7 +498,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(alloc_extent_state,
        TP_ARGS(state, mask, IP),
 
        TP_FIELDS(
-               ctf_integer(struct extent_state *, state, state)
+               ctf_integer_hex(struct extent_state *, state, state)
                ctf_integer(gfp_t, mask, mask)
                ctf_integer(unsigned long, ip, IP)
        )
@@ -514,7 +513,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(free_extent_state,
        TP_ARGS(state, IP),
 
        TP_FIELDS(
-               ctf_integer(struct extent_state *, state, state)
+               ctf_integer_hex(struct extent_state *, state, state)
                ctf_integer(unsigned long, ip, IP)
        )
 )
This page took 0.024168 seconds and 4 git commands to generate.