summaryrefslogtreecommitdiffstats
path: root/tools/kvm
AgeCommit message (Expand)AuthorLines
2023-03-29tools/kvm_stat: use canonical ftrace pathRoss Zwisler-1/+1
2022-11-09tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspaceRong Tao-14/+82
2022-11-09tools/kvm_stat: fix incorrect detection of debugfsMatthias Gerstner-1/+1
2022-06-15tools/kvm_stat: fix display of error when multiple processes are foundDmitry Klochkov-1/+2
2021-10-18KVM: kvm_stat: do not show halt_wait_nsChristian Borntraeger-1/+1
2021-05-07tools/kvm_stat: Fix documentation typoStefan Raspl-1/+1
2021-03-30tools/kvm_stat: Add restart delayStefan Raspl-0/+1
2020-12-11tools/kvm_stat: Exempt time-based countersStefan Raspl-1/+5
2020-04-21tools/kvm_stat: add sample systemd unit fileStefan Raspl-0/+16
2020-04-21tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl-13/+68
2020-04-21tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl-8/+24
2020-03-23tools/kvm_stat: add command line switch '-c' to log in csv formatStefan Raspl-14/+53
2020-03-23tools/kvm_stat: add command line switch '-s' to set update intervalStefan Raspl-12/+38
2020-03-23tools/kvm_stat: switch to argparseStefan Raspl-80/+62
2020-03-23tools/kvm_stat: rework command line sequence and message textsStefan Raspl-24/+25
2020-01-23tools/kvm_stat: Fix kvm_exit filter nameGavin Shan-2/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner-2/+1
2019-05-24tools/kvm_stat: fix fields filter for child eventsStefan Raspl-4/+14
2018-11-27tools/kvm_stat: switch to python3Stefan Raspl-1/+1
2018-10-01tools/kvm_stat: cut down decimal places in update interval dialogStefan Raspl-1/+1
2018-08-30tools/kvm_stat: re-animate display of dead guestsStefan Raspl-0/+10
2018-08-30tools/kvm_stat: indicate dead guests as suchStefan Raspl-3/+9
2018-08-30tools/kvm_stat: handle guest removals more gracefullyStefan Raspl-2/+9
2018-08-30tools/kvm_stat: don't reset stats when setting PID filter for debugfsStefan Raspl-1/+0
2018-08-30tools/kvm_stat: fix updates for dead guestsStefan Raspl-1/+10
2018-08-30tools/kvm_stat: fix handling of invalid paths in debugfs providerStefan Raspl-0/+8
2018-08-30tools/kvm_stat: fix python3 issuesStefan Raspl-3/+3
2018-03-28tools/kvm_stat: Remove unused functionCole Robinson-3/+0
2018-03-28tools/kvm_stat: Don't use deprecated file()Cole Robinson-1/+1
2018-03-28tools/kvm_stat: Fix python3 syntaxCole Robinson-2/+4
2018-02-24tools/kvm_stat: print 'Total' line for multiple events onlyStefan Raspl-1/+1
2018-02-24tools/kvm_stat: group child events indented after parentStefan Raspl-30/+59
2018-02-24tools/kvm_stat: separate drilldown and fields filteringStefan Raspl-43/+100
2018-02-24tools/kvm_stat: eliminate extra guest/pid selection dialogStefan Raspl-75/+39
2018-02-24tools/kvm_stat: mark private methods as suchStefan Raspl-66/+66
2018-02-24tools/kvm_stat: fix debugfs handlingStefan Raspl-14/+26
2018-02-24tools/kvm_stat: print error on invalid regexStefan Raspl-0/+3
2018-02-24tools/kvm_stat: fix crash when filtering out all non-child trace eventsStefan Raspl-0/+6
2018-02-24tools/kvm_stat: avoid 'is' for equality checksMarc Hartmayer-2/+2
2018-02-24tools/kvm_stat: use a more pythonic way to iterate over dictionariesMarc Hartmayer-8/+8
2018-02-24tools/kvm_stat: use a namedtuple for storing the valuesMarc Hartmayer-12/+15
2018-02-24tools/kvm_stat: simplify the sortkey functionMarc Hartmayer-15/+8
2017-12-21tools/kvm_stat: sort '-f help' outputStefan Raspl-10/+6
2017-12-14tools/kvm_stat: add line for totalsStefan Raspl-1/+8
2017-12-14tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl-1/+3
2017-12-14tools/kvm_stat: suppress usage information on command line errorsStefan Raspl-8/+5
2017-12-14tools/kvm_stat: handle invalid regular expressionsStefan Raspl-0/+7
2017-12-14tools/kvm_stat: add hint on '-f help' to man pageStefan Raspl-1/+1
2017-12-14tools/kvm_stat: fix child trace events accountingStefan Raspl-3/+5
2017-12-14tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl-1/+2