[PATCH v5 7/8] KVM: MMU: add tracepoint for kvm_mmu_invalidate_memslot_pages

2013-05-16 Thread Xiao Guangrong
It is good for debug and development Signed-off-by: Xiao Guangrong --- arch/x86/kvm/mmu.c |2 ++ arch/x86/kvm/mmutrace.h | 23 +++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 268b2ff..e12f431 100644

[PATCH v5 7/8] KVM: MMU: add tracepoint for kvm_mmu_invalidate_memslot_pages

2013-05-16 Thread Xiao Guangrong
It is good for debug and development Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com --- arch/x86/kvm/mmu.c |2 ++ arch/x86/kvm/mmutrace.h | 23 +++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/mmu.c