git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f64b6
)
KVM: Move kvm_exit tracepoint rip reading inside tracepoint
author
Avi Kivity
<avi@redhat.com>
Thu, 11 Mar 2010 08:50:44 +0000
(10:50 +0200)
committer
Avi 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