[PATCH 2/7] KVM: Track the pid of the VM process

2016-09-13 Thread Punit Agrawal
Userspace tools such as perf can be used to profile individual processes. Track the PID of the virtual machine process to match profiling requests targeted at it. This can be used to take appropriate action to enable the requested profiling operations for the VMs of interest. Signed-off-by: Punit

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Punit Agrawal
Christoffer Dall writes: > On Tue, Sep 06, 2016 at 04:22:17PM +0100, Punit Agrawal wrote: >> Christoffer Dall writes: >> >> > On Tue, Sep 06, 2016 at 12:07:59PM +0100, Punit Agrawal wrote: >> >> Christoffer Dall writes: >> >> >> >> > On Tue, Sep 06, 2016 at 10:51:27AM +0100, Punit Agrawal wro

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Christoffer Dall
On Tue, Sep 06, 2016 at 04:22:17PM +0100, Punit Agrawal wrote: > Christoffer Dall writes: > > > On Tue, Sep 06, 2016 at 12:07:59PM +0100, Punit Agrawal wrote: > >> Christoffer Dall writes: > >> > >> > On Tue, Sep 06, 2016 at 10:51:27AM +0100, Punit Agrawal wrote: > >> >> Hi Christoffer, > >> >>

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Punit Agrawal
Christoffer Dall writes: > On Tue, Sep 06, 2016 at 12:07:59PM +0100, Punit Agrawal wrote: >> Christoffer Dall writes: >> >> > On Tue, Sep 06, 2016 at 10:51:27AM +0100, Punit Agrawal wrote: >> >> Hi Christoffer, >> >> >> >> Christoffer Dall writes: >> >> >> >> > On Mon, Sep 05, 2016 at 05:31:

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Christoffer Dall
On Tue, Sep 06, 2016 at 12:07:59PM +0100, Punit Agrawal wrote: > Christoffer Dall writes: > > > On Tue, Sep 06, 2016 at 10:51:27AM +0100, Punit Agrawal wrote: > >> Hi Christoffer, > >> > >> Christoffer Dall writes: > >> > >> > On Mon, Sep 05, 2016 at 05:31:32PM +0100, Punit Agrawal wrote: > >>

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Punit Agrawal
Christoffer Dall writes: > On Tue, Sep 06, 2016 at 10:51:27AM +0100, Punit Agrawal wrote: >> Hi Christoffer, >> >> Christoffer Dall writes: >> >> > On Mon, Sep 05, 2016 at 05:31:32PM +0100, Punit Agrawal wrote: >> >> Userspace tools such as perf can be used to profile individual >> >> processe

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Christoffer Dall
On Tue, Sep 06, 2016 at 10:51:27AM +0100, Punit Agrawal wrote: > Hi Christoffer, > > Christoffer Dall writes: > > > On Mon, Sep 05, 2016 at 05:31:32PM +0100, Punit Agrawal wrote: > >> Userspace tools such as perf can be used to profile individual > >> processes. > >> > >> Track the PID of the v

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-06 Thread Punit Agrawal
Hi Christoffer, Christoffer Dall writes: > On Mon, Sep 05, 2016 at 05:31:32PM +0100, Punit Agrawal wrote: >> Userspace tools such as perf can be used to profile individual >> processes. >> >> Track the PID of the virtual machine process to match profiling requests >> targeted at it. This can be

Re: [RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-05 Thread Christoffer Dall
On Mon, Sep 05, 2016 at 05:31:32PM +0100, Punit Agrawal wrote: > Userspace tools such as perf can be used to profile individual > processes. > > Track the PID of the virtual machine process to match profiling requests > targeted at it. This can be used to take appropriate action to enable > the re

[RFC v2 PATCH 2/7] KVM: Track the pid of the VM process

2016-09-05 Thread Punit Agrawal
Userspace tools such as perf can be used to profile individual processes. Track the PID of the virtual machine process to match profiling requests targeted at it. This can be used to take appropriate action to enable the requested profiling operations for the VMs of interest. Signed-off-by: Punit

[RFC PATCH 2/7] KVM: Track the pid of the VM process

2016-08-16 Thread Punit Agrawal
Userspace tools such as perf can be used to profile individual processes. Track the PID of the virtual machine process to match profiling requests targeted at it. This can be used to take appropriate action to enable the requested profiling operations for the VMs of interest. Signed-off-by: Punit