diff mbox

[v1,0/3] tools/kvm_stat: Misc patches leftovers

Message ID 0838fb3e-83fe-321b-34ef-a335eddc870b@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Paolo Bonzini June 27, 2017, 2:44 p.m. UTC
On 25/06/2017 21:34, Stefan Raspl wrote:
> Leftovers from the previous patch series, namely:
> (1) is a fix for a bug noticed while reworking the remaining patches.
> (2) patch reworked to become a command line switch rather than an
>     interactive command.

Squashed this in patch 2/3 and queued:


Paolo

> (3) added a new dialog hinting at turning off tracepoints in case they
>     are active when pressing 'b'. Furthermore, switch the first
>     column's title from 'Event' to 'Guest Name' when pressing 'b'.
> 
> 
> Stefan Raspl (3):
>   tools/kvm_stat: fix error on interactive command 'g'
>   tools/kvm_stat: add new command line switch '-i'
>   tools/kvm_stat: add new interactive command 'b'
> 
>  tools/kvm/kvm_stat/kvm_stat     | 123 +++++++++++++++++++++++++++++++++++-----
>  tools/kvm/kvm_stat/kvm_stat.txt |   2 +
>  2 files changed, 110 insertions(+), 15 deletions(-)
>
diff mbox

Patch

diff --git a/tools/kvm/kvm_stat/kvm_stat.txt b/tools/kvm/kvm_stat/kvm_stat.txt
index e24ac464d341..851372d263cc 100644
--- a/tools/kvm/kvm_stat/kvm_stat.txt
+++ b/tools/kvm/kvm_stat/kvm_stat.txt
@@ -70,6 +70,10 @@  OPTIONS
 --debugfs::
 	retrieve statistics from debugfs
 
+-i::
+--debugfs-include-past::
+	include all available data on past events for debugfs
+
 -p<pid>::
 --pid=<pid>::
 	limit statistics to one virtual machine (pid)