aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-03-29tools/kvm_stat: use canonical ftrace pathRoss Zwisler1-1/+1
2022-11-09tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspaceRong Tao1-14/+82
2022-11-09tools/kvm_stat: fix incorrect detection of debugfsMatthias Gerstner1-1/+1
2022-06-15tools/kvm_stat: fix display of error when multiple processes are foundDmitry Klochkov1-1/+2
2021-10-18KVM: kvm_stat: do not show halt_wait_nsChristian Borntraeger1-1/+1
2021-05-07tools/kvm_stat: Fix documentation typoStefan Raspl1-1/+1
2021-03-30tools/kvm_stat: Add restart delayStefan Raspl1-0/+1
2020-12-11tools/kvm_stat: Exempt time-based countersStefan Raspl1-1/+5
2020-04-21tools/kvm_stat: add sample systemd unit fileStefan Raspl1-0/+16
2020-04-21tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl2-13/+68
2020-04-21tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl2-8/+24
2020-03-23tools/kvm_stat: add command line switch '-c' to log in csv formatStefan Raspl2-14/+53
2020-03-23tools/kvm_stat: add command line switch '-s' to set update intervalStefan Raspl2-12/+38
2020-03-23tools/kvm_stat: switch to argparseStefan Raspl1-80/+62
2020-03-23tools/kvm_stat: rework command line sequence and message textsStefan Raspl2-24/+25
2020-01-23tools/kvm_stat: Fix kvm_exit filter nameGavin Shan1-2/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-2/+1
2019-05-24tools/kvm_stat: fix fields filter for child eventsStefan Raspl2-4/+14
2018-11-27tools/kvm_stat: switch to python3Stefan Raspl1-1/+1
2018-10-01tools/kvm_stat: cut down decimal places in update interval dialogStefan Raspl1-1/+1
2018-08-30tools/kvm_stat: re-animate display of dead guestsStefan Raspl1-0/+10
2018-08-30tools/kvm_stat: indicate dead guests as suchStefan Raspl1-3/+9
2018-08-30tools/kvm_stat: handle guest removals more gracefullyStefan Raspl1-2/+9
2018-08-30tools/kvm_stat: don't reset stats when setting PID filter for debugfsStefan Raspl1-1/+0
2018-08-30tools/kvm_stat: fix updates for dead guestsStefan Raspl1-1/+10
2018-08-30tools/kvm_stat: fix handling of invalid paths in debugfs providerStefan Raspl1-0/+8
2018-08-30tools/kvm_stat: fix python3 issuesStefan Raspl1-3/+3
2018-03-28tools/kvm_stat: Remove unused functionCole Robinson1-3/+0
2018-03-28tools/kvm_stat: Don't use deprecated file()Cole Robinson1-1/+1
2018-03-28tools/kvm_stat: Fix python3 syntaxCole Robinson1-2/+4
2018-02-24tools/kvm_stat: print 'Total' line for multiple events onlyStefan Raspl1-1/+1
2018-02-24tools/kvm_stat: group child events indented after parentStefan Raspl1-30/+59
2018-02-24tools/kvm_stat: separate drilldown and fields filteringStefan Raspl1-43/+100
2018-02-24tools/kvm_stat: eliminate extra guest/pid selection dialogStefan Raspl2-75/+39
2018-02-24tools/kvm_stat: mark private methods as suchStefan Raspl1-66/+66
2018-02-24tools/kvm_stat: fix debugfs handlingStefan Raspl1-14/+26
2018-02-24tools/kvm_stat: print error on invalid regexStefan Raspl1-0/+3
2018-02-24tools/kvm_stat: fix crash when filtering out all non-child trace eventsStefan Raspl1-0/+6
2018-02-24tools/kvm_stat: avoid 'is' for equality checksMarc Hartmayer1-2/+2
2018-02-24tools/kvm_stat: use a more pythonic way to iterate over dictionariesMarc Hartmayer1-8/+8
2018-02-24tools/kvm_stat: use a namedtuple for storing the valuesMarc Hartmayer1-12/+15
2018-02-24tools/kvm_stat: simplify the sortkey functionMarc Hartmayer1-15/+8
2017-12-21tools/kvm_stat: sort '-f help' outputStefan Raspl1-10/+6
2017-12-14tools/kvm_stat: add line for totalsStefan Raspl1-1/+8
2017-12-14tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl1-1/+3
2017-12-14tools/kvm_stat: suppress usage information on command line errorsStefan Raspl1-8/+5
2017-12-14tools/kvm_stat: handle invalid regular expressionsStefan Raspl1-0/+7
2017-12-14tools/kvm_stat: add hint on '-f help' to man pageStefan Raspl1-1/+1
2017-12-14tools/kvm_stat: fix child trace events accountingStefan Raspl2-3/+5
2017-12-14tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl1-1/+2
2017-12-14tools/kvm_stat: fix missing field update after filter changeStefan Raspl1-2/+2
2017-12-14tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl1-1/+1
2017-12-14tools/kvm_stat: fix command line option '-g'Stefan Raspl1-4/+6
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12tools/kvm_stat: Add Python 3 support to kvm_statJeremy Cline1-13/+17
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma1-2/+14
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma1-3/+3
2017-06-27tools/kvm_stat: add new interactive command 'b'Stefan Raspl2-10/+79
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl2-4/+34
2017-06-27tools/kvm_stat: fix error on interactive command 'g'Stefan Raspl1-1/+1
2017-06-08tools/kvm_stat: display guest list in pid/guest selection screensStefan Raspl1-12/+37
2017-06-08tools/kvm_stat: add new interactive command 'o'Stefan Raspl2-1/+18
2017-06-08tools/kvm_stat: add new interactive command 's'Stefan Raspl2-8/+49
2017-06-08tools/kvm_stat: add new interactive command 'h'Stefan Raspl2-5/+34
2017-06-08tools/kvm_stat: rename 'Current' column to 'CurAvg/s'Stefan Raspl1-3/+3
2017-06-08tools/kvm_stat: make heading look a bit more like 'top'Stefan Raspl1-1/+2
2017-06-08tools/kvm_stat: display message indicating lack of eventsStefan Raspl1-0/+2
2017-06-08tools/kvm_stat: show cursor in selection screensStefan Raspl1-0/+6
2017-06-08tools/kvm_stat: move functions to corresponding classesStefan Raspl1-162/+165
2017-06-08tools/kvm_stat: simplify initializersStefan Raspl1-38/+36
2017-06-08tools/kvm_stat: remove extra statementStefan Raspl1-1/+0
2017-06-08tools/kvm_stat: removed unused functionStefan Raspl1-3/+0
2017-06-08tools/kvm_stat: simplify line print logicStefan Raspl1-19/+7
2017-06-08tools/kvm_stat: remove unnecessary header redrawsStefan Raspl1-2/+0
2017-06-08tools/kvm_stat: fix undue use of initial sleeptimeStefan Raspl1-3/+0
2017-06-08tools/kvm_stat: fix event counts display for interrupted intervalsStefan Raspl1-2/+5
2017-06-08tools/kvm_stat: fix typoStefan Raspl1-1/+1
2017-03-29tools/kvm_stat: add '%Total' columnStefan Raspl1-1/+8
2017-03-29tools/kvm_stat: add interactive command 'r'Stefan Raspl2-14/+53
2017-03-29tools/kvm_stat: add interactive command 'c'Stefan Raspl2-4/+14
2017-03-29tools/kvm_stat: add option '--guest'Stefan Raspl2-2/+105
2017-03-29tools/kvm_stat: remove regex filter on empty inputStefan Raspl1-0/+1
2017-03-29tools/kvm_stat: display regex when set to non-defaultStefan Raspl1-0/+6
2017-03-29tools/kvm_stat: print error messages on faulty pid filter inputStefan Raspl1-0/+4
2017-03-29tools/kvm_stat: remove pid filter on empty inputStefan Raspl1-4/+7
2017-03-29tools/kvm_stat: display guest name when using pid filterStefan Raspl1-2/+39
2017-03-29tools/kvm_stat: document list of interactive commandsStefan Raspl2-0/+23
2017-03-29tools/kvm_stat: reduce perceived idle time on filter updatesStefan Raspl1-18/+30
2017-03-29tools/kvm_stat: full PEP8 complianceStefan Raspl1-0/+22
2017-03-29tools/kvm_stat: fix trace setup glitch on field updates in TracepointProviderStefan Raspl1-2/+3
2017-03-29tools/kvm_stat: fix misc glitchesStefan Raspl1-13/+11
2017-03-29tools/kvm_stat: handle SIGINT in log and batch modesStefan Raspl1-11/+17
2017-03-29tools/kvm_stat: catch curses exceptions onlyStefan Raspl1-1/+1
2017-03-29tools/kvm_stat: hide cursorStefan Raspl1-0/+7
2016-05-25tools: kvm_stat: Add commentsJanosch Frank1-2/+159
2016-05-25tools: kvm_stat: Introduce pid monitoringJanosch Frank2-22/+167
2016-05-25tools: kvm_stat: Powerpc related fixesHemant Kumar1-0/+2
2016-05-25tools: Add kvm_stat man pagePaolo Bonzini2-2/+99
2016-05-25tools: Add kvm_stat vm monitor scriptJanosch Frank2-0/+830