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: 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) 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(-) >