Re: [PATCH 4/4] tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints

2014-06-13 Thread Steven Rostedt
On Fri, 13 Jun 2014 18:55:37 +0900 Namhyung Kim wrote: > > { > > - pevent_print_num_field(s, " rip %0x016llx", event, "rip", record, 1); > > + pevent_print_num_field(s, "rip %lx ", event, "rip", record, 1); > > s/%lx/%llx/ I'll make this as a separate fix to keep the original patch as is.

Re: [PATCH 4/4] tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints

2014-06-13 Thread Namhyung Kim
Hi Steve, 2014-06-12 (목), 22:10 -0400, Steven Rostedt: > From: Jan Kiszka > > Fix several issues of kvm_nested_vmexit[_inject]: field width aren't > supported with pevent_print, rip was printed twice/incorrectly, SVM ISA > was hard-coded, we don't use ':' to separate field names. > > Link: > h

[PATCH 4/4] tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints

2014-06-12 Thread Steven Rostedt
From: Jan Kiszka Fix several issues of kvm_nested_vmexit[_inject]: field width aren't supported with pevent_print, rip was printed twice/incorrectly, SVM ISA was hard-coded, we don't use ':' to separate field names. Link: http://lkml.kernel.org/r/8e6c02b22ea8136c139a91c69d6cc73b8c5c184b.1388855