From: Avi Kivity Date: Thu, 11 Mar 2010 08:50:44 +0000 (+0200) Subject: KVM: Move kvm_exit tracepoint rip reading inside tracepoint X-Git-Tag: v2.6.35-rc1~436^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bfd8b5455e69b37af16a2df1edae2c3b567648c;p=pandora-kernel.git KVM: Move kvm_exit tracepoint rip reading inside tracepoint 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 --- Reading git-diff-tree failed