Fix: format address fields as hexadecimal
[lttng-modules.git] / instrumentation / events / lttng-module / btrfs.h
index 11b501a28751e1f404d507f8a6fa25ba0c3506c1..54b3099bf26338715cfb11bfa675c94e5ba53c4d 100644 (file)
@@ -499,7 +499,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 +514,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.022653 seconds and 4 git commands to generate.