summaryrefslogtreecommitdiffstats
path: root/tools/kvm
Commit message (Expand)AuthorAgeFilesLines
* tools/kvm_stat: Fix documentation typoStefan Raspl2021-05-071-1/+1
* tools/kvm_stat: Add restart delayStefan Raspl2021-03-301-0/+1
* tools/kvm_stat: Exempt time-based countersStefan Raspl2020-12-111-1/+5
* tools/kvm_stat: add sample systemd unit fileStefan Raspl2020-04-211-0/+16
* tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl2020-04-212-13/+68
* tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl2020-04-212-8/+24
* tools/kvm_stat: add command line switch '-c' to log in csv formatStefan Raspl2020-03-232-14/+53
* tools/kvm_stat: add command line switch '-s' to set update intervalStefan Raspl2020-03-232-12/+38
* tools/kvm_stat: switch to argparseStefan Raspl2020-03-231-80/+62
* tools/kvm_stat: rework command line sequence and message textsStefan Raspl2020-03-232-24/+25
* tools/kvm_stat: Fix kvm_exit filter nameGavin Shan2020-01-231-2/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-2/+1
* tools/kvm_stat: fix fields filter for child eventsStefan Raspl2019-05-242-4/+14
* tools/kvm_stat: switch to python3Stefan Raspl2018-11-271-1/+1
* tools/kvm_stat: cut down decimal places in update interval dialogStefan Raspl2018-10-011-1/+1
* tools/kvm_stat: re-animate display of dead guestsStefan Raspl2018-08-301-0/+10
* tools/kvm_stat: indicate dead guests as suchStefan Raspl2018-08-301-3/+9
* tools/kvm_stat: handle guest removals more gracefullyStefan Raspl2018-08-301-2/+9
* tools/kvm_stat: don't reset stats when setting PID filter for debugfsStefan Raspl2018-08-301-1/+0
* tools/kvm_stat: fix updates for dead guestsStefan Raspl2018-08-301-1/+10
* tools/kvm_stat: fix handling of invalid paths in debugfs providerStefan Raspl2018-08-301-0/+8
* tools/kvm_stat: fix python3 issuesStefan Raspl2018-08-301-3/+3
* tools/kvm_stat: Remove unused functionCole Robinson2018-03-281-3/+0
* tools/kvm_stat: Don't use deprecated file()Cole Robinson2018-03-281-1/+1
* tools/kvm_stat: Fix python3 syntaxCole Robinson2018-03-281-2/+4
* tools/kvm_stat: print 'Total' line for multiple events onlyStefan Raspl2018-02-241-1/+1
* tools/kvm_stat: group child events indented after parentStefan Raspl2018-02-241-30/+59
* tools/kvm_stat: separate drilldown and fields filteringStefan Raspl2018-02-241-43/+100
* tools/kvm_stat: eliminate extra guest/pid selection dialogStefan Raspl2018-02-242-75/+39
* tools/kvm_stat: mark private methods as suchStefan Raspl2018-02-241-66/+66
* tools/kvm_stat: fix debugfs handlingStefan Raspl2018-02-241-14/+26
* tools/kvm_stat: print error on invalid regexStefan Raspl2018-02-241-0/+3
* tools/kvm_stat: fix crash when filtering out all non-child trace eventsStefan Raspl2018-02-241-0/+6
* tools/kvm_stat: avoid 'is' for equality checksMarc Hartmayer2018-02-241-2/+2
* tools/kvm_stat: use a more pythonic way to iterate over dictionariesMarc Hartmayer2018-02-241-8/+8
* tools/kvm_stat: use a namedtuple for storing the valuesMarc Hartmayer2018-02-241-12/+15
* tools/kvm_stat: simplify the sortkey functionMarc Hartmayer2018-02-241-15/+8
* tools/kvm_stat: sort '-f help' outputStefan Raspl2017-12-211-10/+6
* tools/kvm_stat: add line for totalsStefan Raspl2017-12-141-1/+8
* tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl2017-12-141-1/+3
* tools/kvm_stat: suppress usage information on command line errorsStefan Raspl2017-12-141-8/+5
* tools/kvm_stat: handle invalid regular expressionsStefan Raspl2017-12-141-0/+7
* tools/kvm_stat: add hint on '-f help' to man pageStefan Raspl2017-12-141-1/+1
* tools/kvm_stat: fix child trace events accountingStefan Raspl2017-12-142-3/+5
* tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl2017-12-141-1/+2
* tools/kvm_stat: fix missing field update after filter changeStefan Raspl2017-12-141-2/+2
* tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl2017-12-141-1/+1
* tools/kvm_stat: fix command line option '-g'Stefan Raspl2017-12-141-4/+6
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-13/+17
|\
| * tools/kvm_stat: Add Python 3 support to kvm_statJeremy Cline2017-10-121-13/+17