X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Farch%2Fx86%2Fkvm%2Ftrace.h;h=73b044aa1e1f1e0f87ccf3b61a520ac4774c1333;hb=2c054599f20c4abba83e11221d71056dc15448cf;hp=57ac7f488f472083e6f6e7c5aca729c0c600a7fc;hpb=8c7190e049b7cb5c049bf52b789a1d0f21206cb4;p=deliverable%2Flttng-modules.git diff --git a/instrumentation/events/lttng-module/arch/x86/kvm/trace.h b/instrumentation/events/lttng-module/arch/x86/kvm/trace.h index 57ac7f48..73b044aa 100644 --- a/instrumentation/events/lttng-module/arch/x86/kvm/trace.h +++ b/instrumentation/events/lttng-module/arch/x86/kvm/trace.h @@ -173,7 +173,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(kvm_page_fault, kvm_x86_page_fault, TP_ARGS(fault_address, error_code), TP_FIELDS( - ctf_integer(unsigned long, fault_address, fault_address) + ctf_integer_hex(unsigned long, fault_address, fault_address) ctf_integer(unsigned int, error_code, error_code) ) ) @@ -363,7 +363,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(kvm_invlpga, kvm_x86_invlpga, TP_FIELDS( ctf_integer(__u64, rip, rip) ctf_integer(int, asid, asid) - ctf_integer(__u64, address, address) + ctf_integer_hex(__u64, address, address) ) )