instrumentation: compaction: remove compatibility code
[lttng-modules.git] / instrumentation / events / lttng-module / ext3.h
index 8c0115ac2869826a761c2f04196aaad0d9421326..e40f4888e88c429b6d3276b48b871a4516b68c58 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM ext3
 
@@ -85,7 +85,7 @@ LTTNG_TRACEPOINT_EVENT(ext3_mark_inode_dirty,
        TP_FIELDS(
                ctf_integer(dev_t, dev, inode->i_sb->s_dev)
                ctf_integer(ino_t, ino, inode->i_ino)
-               ctf_integer(unsigned long, ip, IP)
+               ctf_integer_hex(unsigned long, ip, IP)
        )
 )
 
This page took 0.023491 seconds and 4 git commands to generate.