X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fkvm.h;h=8ac6bc94f14718a0a112106d04b29cfb74ee3aa1;hb=2c054599f20c4abba83e11221d71056dc15448cf;hp=4868d894c22849d5a1d743cb6453edd35b936be1;hpb=8c7190e049b7cb5c049bf52b789a1d0f21206cb4;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/kvm.h b/instrumentation/events/lttng-module/kvm.h index 4868d894..8ac6bc94 100644 --- a/instrumentation/events/lttng-module/kvm.h +++ b/instrumentation/events/lttng-module/kvm.h @@ -56,7 +56,7 @@ LTTNG_TRACEPOINT_EVENT(kvm_msi_set_irq, TP_ARGS(address, data), TP_FIELDS( - ctf_integer(__u64, address, address) + ctf_integer_hex(__u64, address, address) ctf_integer(__u64, data, data) ) ) @@ -245,7 +245,7 @@ LTTNG_TRACEPOINT_EVENT( TP_ARGS(address, gva), TP_FIELDS( - ctf_integer(unsigned long, address, address) + ctf_integer_hex(unsigned long, address, address) ctf_integer(u64, gva, gva) ) ) @@ -258,7 +258,7 @@ LTTNG_TRACEPOINT_EVENT( TP_ARGS(address, page, gva), TP_FIELDS( - ctf_integer(unsigned long, address, address) + ctf_integer_hex(unsigned long, address, address) ctf_integer(pfn_t, pfn, page ? page_to_pfn(page) : 0) ctf_integer(u64, gva, gva) )