[PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



'guest_rip' is not part of kvm_emulate_insn.

Signed-off-by: Avi Kivity <avi@xxxxxxxxxx>
---
 plugin_kvm.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/plugin_kvm.c b/plugin_kvm.c
index 00cac5a..cdd52c7 100644
--- a/plugin_kvm.c
+++ b/plugin_kvm.c
@@ -199,8 +199,6 @@ static int kvm_emulate_insn_handler(struct trace_seq *s, struct record *record,
 	trace_seq_printf(s, "%llx:%llx: %s%s", csbase, rip, disasm,
 			 failed ? " FAIL" : "");
 
-	pevent_print_num_field(s, " rip %0xlx", event, "guest_rip", record, 1);
-
 	return 0;
 }
 
-- 
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-trace-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux