Change integer base to hex for fields representing addresses
[lttng-modules.git] / instrumentation / events / lttng-module / ext3.h
index 8c0115ac2869826a761c2f04196aaad0d9421326..91abfb94f1d3af97a911c6d393672c1a7264c436 100644 (file)
@@ -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.024082 seconds and 4 git commands to generate.