Update to SPDX v3.0 identifiers
[lttng-modules.git] / instrumentation / events / lttng-module / ext3.h
index 4e45761ec0325f5dce7c69c3f9a0fb6aaca6b3b8..e40f4888e88c429b6d3276b48b871a4516b68c58 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM ext3
 
@@ -84,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.022521 seconds and 4 git commands to generate.