Re: [PATCH v2] KVM: trace the events of mmu_notifier

2012-09-18 Thread Xiao Guangrong
On 09/16/2012 05:58 PM, Avi Kivity wrote: On 09/14/2012 08:59 AM, Xiao Guangrong wrote: On 09/10/2012 05:26 PM, Xiao Guangrong wrote: On 09/10/2012 05:09 PM, Avi Kivity wrote: On 09/07/2012 09:16 AM, Xiao Guangrong wrote: mmu_notifier is the interface to broadcast the mm events to KVM, the

Re: [PATCH v2] KVM: trace the events of mmu_notifier

2012-09-14 Thread Xiao Guangrong
On 09/10/2012 05:26 PM, Xiao Guangrong wrote: On 09/10/2012 05:09 PM, Avi Kivity wrote: On 09/07/2012 09:16 AM, Xiao Guangrong wrote: mmu_notifier is the interface to broadcast the mm events to KVM, the tracepoints introduced in this patch can trace all these events, it is very helpful for us

Re: [PATCH v2] KVM: trace the events of mmu_notifier

2012-09-10 Thread Avi Kivity
On 09/07/2012 09:16 AM, Xiao Guangrong wrote: mmu_notifier is the interface to broadcast the mm events to KVM, the tracepoints introduced in this patch can trace all these events, it is very helpful for us to notice and fix the bug caused by mm There is nothing kvm specific here. Perhaps this

Re: [PATCH v2] KVM: trace the events of mmu_notifier

2012-09-10 Thread Xiao Guangrong
On 09/10/2012 05:09 PM, Avi Kivity wrote: On 09/07/2012 09:16 AM, Xiao Guangrong wrote: mmu_notifier is the interface to broadcast the mm events to KVM, the tracepoints introduced in this patch can trace all these events, it is very helpful for us to notice and fix the bug caused by mm

[PATCH v2] KVM: trace the events of mmu_notifier

2012-09-07 Thread Xiao Guangrong
mmu_notifier is the interface to broadcast the mm events to KVM, the tracepoints introduced in this patch can trace all these events, it is very helpful for us to notice and fix the bug caused by mm Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com --- include/trace/events/kvm.h |