summaryrefslogtreecommitdiffstats
path: root/tools/kvm
AgeCommit message (Expand)AuthorLines
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
2017-12-14tools/kvm_stat: fix missing field update after filter changeStefan Raspl-2/+2
2017-12-14tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl-1/+1
2017-12-14tools/kvm_stat: fix command line option '-g'Stefan Raspl-4/+6
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-13/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-12tools/kvm_stat: Add Python 3 support to kvm_statJeremy Cline-13/+17
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma-2/+14
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma-3/+3
2017-06-27tools/kvm_stat: add new interactive command 'b'Stefan Raspl-10/+79
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl-4/+34
2017-06-27tools/kvm_stat: fix error on interactive command 'g'Stefan Raspl-1/+1
2017-06-08tools/kvm_stat: display guest list in pid/guest selection screensStefan Raspl-12/+37
2017-06-08tools/kvm_stat: add new interactive command 'o'Stefan Raspl-1/+18
2017-06-08tools/kvm_stat: add new interactive command 's'Stefan Raspl-8/+49
2017-06-08tools/kvm_stat: add new interactive command 'h'Stefan Raspl-5/+34
2017-06-08tools/kvm_stat: rename 'Current' column to 'CurAvg/s'Stefan Raspl-3/+3
2017-06-08tools/kvm_stat: make heading look a bit more like 'top'Stefan Raspl-1/+2
2017-06-08tools/kvm_stat: display message indicating lack of eventsStefan Raspl-0/+2
2017-06-08tools/kvm_stat: show cursor in selection screensStefan Raspl-0/+6
2017-06-08tools/kvm_stat: move functions to corresponding classesStefan Raspl-162/+165
2017-06-08tools/kvm_stat: simplify initializersStefan Raspl-38/+36
2017-06-08tools/kvm_stat: remove extra statementStefan Raspl-1/+0
2017-06-08tools/kvm_stat: removed unused functionStefan Raspl-3/+0
2017-06-08tools/kvm_stat: simplify line print logicStefan Raspl-19/+7
2017-06-08tools/kvm_stat: remove unnecessary header redrawsStefan Raspl-2/+0
2017-06-08tools/kvm_stat: fix undue use of initial sleeptimeStefan Raspl-3/+0
2017-06-08tools/kvm_stat: fix event counts display for interrupted intervalsStefan Raspl-2/+5
2017-06-08tools/kvm_stat: fix typoStefan Raspl-1/+1
2017-03-29tools/kvm_stat: add '%Total' columnStefan Raspl-1/+8
2017-03-29tools/kvm_stat: add interactive command 'r'Stefan Raspl-14/+53
2017-03-29tools/kvm_stat: add interactive command 'c'Stefan Raspl-4/+14
2017-03-29tools/kvm_stat: add option '--guest'Stefan Raspl-2/+105
2017-03-29tools/kvm_stat: remove regex filter on empty inputStefan Raspl-0/+1
2017-03-29tools/kvm_stat: display regex when set to non-defaultStefan Raspl-0/+6
2017-03-29tools/kvm_stat: print error messages on faulty pid filter inputStefan Raspl-0/+4
2017-03-29tools/kvm_stat: remove pid filter on empty inputStefan Raspl-4/+7
2017-03-29tools/kvm_stat: display guest name when using pid filterStefan Raspl-2/+39
2017-03-29tools/kvm_stat: document list of interactive commandsStefan Raspl-0/+23
2017-03-29tools/kvm_stat: reduce perceived idle time on filter updatesStefan Raspl-18/+30
2017-03-29tools/kvm_stat: full PEP8 complianceStefan Raspl-0/+22
2017-03-29tools/kvm_stat: fix trace setup glitch on field updates in TracepointProviderStefan Raspl-2/+3
2017-03-29tools/kvm_stat: fix misc glitchesStefan Raspl-13/+11