linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler()
@ 2010-09-26  9:38 Avi Kivity
  2010-10-11  8:57 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Avi Kivity @ 2010-09-26  9:38 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: kvm, linux-kernel, linux-trace-users

'guest_rip' is not part of kvm_emulate_insn.

Signed-off-by: Avi Kivity <avi@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler()
  2010-09-26  9:38 [PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler() Avi Kivity
@ 2010-10-11  8:57 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-10-11  8:57 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: kvm, linux-kernel, linux-trace-users

  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@redhat.com>
> ---
>   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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-11  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-26  9:38 [PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler() Avi Kivity
2010-10-11  8:57 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).