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:
2653503
)
KVM: fix tracing kvm_try_async_get_page
author
Xiao Guangrong
<xiaoguangrong@cn.fujitsu.com>
Mon, 1 Nov 2010 08:58:43 +0000
(16:58 +0800)
committer
Avi Kivity
<avi@redhat.com>
Wed, 12 Jan 2011 09:28:56 +0000
(11:28 +0200)
Tracing 'async' and *pfn is useless, since 'async' is always true,
and '*pfn' is always "fault_pfn'
We can trace 'gva' and 'gfn' instead, it can help us to see the
life-cycle of an async_pf
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found