X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=instrumentation%2Fevents%2Flttng-module%2Frpm.h;h=c3681cb75b58921db3fb7b73c850f22c98bae37a;hb=2c054599f20c4abba83e11221d71056dc15448cf;hp=5fcc456b603a5fa93baee3b94a8c7964496a5f44;hpb=8c7190e049b7cb5c049bf52b789a1d0f21206cb4;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/rpm.h b/instrumentation/events/lttng-module/rpm.h index 5fcc456b..c3681cb7 100644 --- a/instrumentation/events/lttng-module/rpm.h +++ b/instrumentation/events/lttng-module/rpm.h @@ -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) ) )