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

From: Avi Kivity
Date: Sun Sep 26 2010 - 05:38:56 EST


'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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/