Re: [RFC v2 PATCH 3/7] KVM: arm/arm64: Register perf trace event notifier

2016-09-06 Thread Punit Agrawal
Christoffer Dall writes: > On Mon, Sep 05, 2016 at 05:31:33PM +0100, Punit Agrawal wrote: >> Register a notifier to track state changes of perf trace events. >> >> The notifier will enable taking appropriate action for trace events >> targeting VM. >> >> Signed-off-by: Punit Agrawal >> Cc: Chr

Re: [RFC v2 PATCH 3/7] KVM: arm/arm64: Register perf trace event notifier

2016-09-05 Thread Christoffer Dall
On Mon, Sep 05, 2016 at 05:31:33PM +0100, Punit Agrawal wrote: > Register a notifier to track state changes of perf trace events. > > The notifier will enable taking appropriate action for trace events > targeting VM. > > Signed-off-by: Punit Agrawal > Cc: Christoffer Dall > Cc: Marc Zyngier

[RFC v2 PATCH 3/7] KVM: arm/arm64: Register perf trace event notifier

2016-09-05 Thread Punit Agrawal
Register a notifier to track state changes of perf trace events. The notifier will enable taking appropriate action for trace events targeting VM. Signed-off-by: Punit Agrawal Cc: Christoffer Dall Cc: Marc Zyngier --- arch/arm/include/asm/kvm_host.h | 3 + arch/arm/kvm/arm.c