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)
commitc9b263d2be9c535b410f6617710534f798bf0ff0
tree1ae7a644cb583bf3de163c07220083caecb14eed
parent2653503769ef9ae771509e1358a3da8de8d21709
KVM: fix tracing kvm_try_async_get_page

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>
arch/x86/kvm/mmu.c
include/trace/events/kvm.h