Change integer base to hex for fields representing addresses
[lttng-modules.git] / instrumentation / events / lttng-module / rpm.h
index 5fcc456b603a5fa93baee3b94a8c7964496a5f44..c3681cb75b58921db3fb7b73c850f22c98bae37a 100644 (file)
@@ -62,7 +62,7 @@ LTTNG_TRACEPOINT_EVENT(rpm_return_int,
 
        TP_FIELDS(
                ctf_string(name, dev_name(dev))
-               ctf_integer(unsigned long, ip, ip)
+               ctf_integer_hex(unsigned long, ip, ip)
                ctf_integer(int, ret, ret)
        )
 )
This page took 0.023746 seconds and 4 git commands to generate.