Age | Commit message (Expand) | Author |
2023-03-29 | tools/kvm_stat: use canonical ftrace path | Ross Zwisler |
2022-11-09 | tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspace | Rong Tao |
2022-11-09 | tools/kvm_stat: fix incorrect detection of debugfs | Matthias Gerstner |
2022-06-15 | tools/kvm_stat: fix display of error when multiple processes are found | Dmitry Klochkov |
2021-10-18 | KVM: kvm_stat: do not show halt_wait_ns | Christian Borntraeger |
2021-05-07 | tools/kvm_stat: Fix documentation typo | Stefan Raspl |
2021-03-30 | tools/kvm_stat: Add restart delay | Stefan Raspl |
2020-12-11 | tools/kvm_stat: Exempt time-based counters | Stefan Raspl |
2020-04-21 | tools/kvm_stat: add sample systemd unit file | Stefan Raspl |
2020-04-21 | tools/kvm_stat: Add command line switch '-L' to log to file | Stefan Raspl |
2020-04-21 | tools/kvm_stat: add command line switch '-z' to skip zero records | Stefan Raspl |
2020-03-23 | tools/kvm_stat: add command line switch '-c' to log in csv format | Stefan Raspl |
2020-03-23 | tools/kvm_stat: add command line switch '-s' to set update interval | Stefan Raspl |
2020-03-23 | tools/kvm_stat: switch to argparse | Stefan Raspl |
2020-03-23 | tools/kvm_stat: rework command line sequence and message texts | Stefan Raspl |
2020-01-23 | tools/kvm_stat: Fix kvm_exit filter name | Gavin Shan |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner |
2019-05-24 | tools/kvm_stat: fix fields filter for child events | Stefan Raspl |
2018-11-27 | tools/kvm_stat: switch to python3 | Stefan Raspl |
2018-10-01 | tools/kvm_stat: cut down decimal places in update interval dialog | Stefan Raspl |
2018-08-30 | tools/kvm_stat: re-animate display of dead guests | Stefan Raspl |
2018-08-30 | tools/kvm_stat: indicate dead guests as such | Stefan Raspl |
2018-08-30 | tools/kvm_stat: handle guest removals more gracefully | Stefan Raspl |
2018-08-30 | tools/kvm_stat: don't reset stats when setting PID filter for debugfs | Stefan Raspl |
2018-08-30 | tools/kvm_stat: fix updates for dead guests | Stefan Raspl |
2018-08-30 | tools/kvm_stat: fix handling of invalid paths in debugfs provider | Stefan Raspl |
2018-08-30 | tools/kvm_stat: fix python3 issues | Stefan Raspl |
2018-03-28 | tools/kvm_stat: Remove unused function | Cole Robinson |
2018-03-28 | tools/kvm_stat: Don't use deprecated file() | Cole Robinson |
2018-03-28 | tools/kvm_stat: Fix python3 syntax | Cole Robinson |
2018-02-24 | tools/kvm_stat: print 'Total' line for multiple events only | Stefan Raspl |
2018-02-24 | tools/kvm_stat: group child events indented after parent | Stefan Raspl |
2018-02-24 | tools/kvm_stat: separate drilldown and fields filtering | Stefan Raspl |
2018-02-24 | tools/kvm_stat: eliminate extra guest/pid selection dialog | Stefan Raspl |
2018-02-24 | tools/kvm_stat: mark private methods as such | Stefan Raspl |
2018-02-24 | tools/kvm_stat: fix debugfs handling | Stefan Raspl |
2018-02-24 | tools/kvm_stat: print error on invalid regex | Stefan Raspl |
2018-02-24 | tools/kvm_stat: fix crash when filtering out all non-child trace events | Stefan Raspl |
2018-02-24 | tools/kvm_stat: avoid 'is' for equality checks | Marc Hartmayer |
2018-02-24 | tools/kvm_stat: use a more pythonic way to iterate over dictionaries | Marc Hartmayer |
2018-02-24 | tools/kvm_stat: use a namedtuple for storing the values | Marc Hartmayer |
2018-02-24 | tools/kvm_stat: simplify the sortkey function | Marc Hartmayer |
2017-12-21 | tools/kvm_stat: sort '-f help' output | Stefan Raspl |
2017-12-14 | tools/kvm_stat: add line for totals | Stefan Raspl |
2017-12-14 | tools/kvm_stat: stop ignoring unhandled arguments | Stefan Raspl |
2017-12-14 | tools/kvm_stat: suppress usage information on command line errors | Stefan Raspl |
2017-12-14 | tools/kvm_stat: handle invalid regular expressions | Stefan Raspl |
2017-12-14 | tools/kvm_stat: add hint on '-f help' to man page | Stefan Raspl |
2017-12-14 | tools/kvm_stat: fix child trace events accounting | Stefan Raspl |
2017-12-14 | tools/kvm_stat: fix extra handling of 'help' with fields filter | Stefan Raspl |