KVM: fix tracing kvm_try_async_get_page
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 1 Nov 2010 08:58:43 +0000 (16:58 +0800)
committerAvi 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