Re: [libvirt] [PATCH 7/8] virsh: implement new command to support perf

2016-01-28 Thread Daniel P. Berrange
On Thu, Dec 10, 2015 at 08:34:37PM +0800, Qiaowei Ren wrote: > This patch add new perf command to enable/disable perf event > for a guest domain. > > Signed-off-by: Qiaowei Ren > --- > tools/virsh-domain.c | 128 > +++ >

[libvirt] [PATCH 7/8] virsh: implement new command to support perf

2015-12-13 Thread Qiaowei Ren
This patch add new perf command to enable/disable perf event for a guest domain. Signed-off-by: Qiaowei Ren --- tools/virsh-domain.c | 128 +++ tools/virsh.pod | 20 2 files changed, 148 insertions(+) diff