KVM: Move kvm_exit tracepoint rip reading inside tracepoint
authorAvi Kivity <avi@redhat.com>
Thu, 11 Mar 2010 08:50:44 +0000 (10:50 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:15:25 +0000 (12:15 +0300)
Reading rip is expensive on vmx, so move it inside the tracepoint so we only
incur the cost if tracing is enabled.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found