commit | f0cf040f842242d55744c2606e8b7177507fbbb0 | [log] [tgz] |
---|---|---|
author | Janosch Frank <frankja@linux.vnet.ibm.com> | Wed May 18 13:26:24 2016 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 25 16:12:06 2016 +0200 |
tree | f277b06f090e47953d50e88db8ec1d13d1a585bf | |
parent | 536a6f88c49dd739961ffd53774775afed852c83 [diff] |
tools: kvm_stat: Introduce pid monitoring Having stats for single VMs can help to determine the problem of a VM without the need of running other tools like perf. The tracepoints already allowed pid level monitoring, but kvm_stat didn't have support for it till now. Support for the newly implemented debugfs vm monitoring was also implemented. Signed-off-by: Janosch Frank <frankja@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>