On 09/26/2010 11:38 AM, Avi Kivity wrote:
'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; }
Ping? -- error compiling committee.c: too many arguments to function -- 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