summaryrefslogtreecommitdiffstats
path: root/tools/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* tools/kvm_stat: add '-f help' to get the available event listLin Ma2017-07-261-2/+14
* tools/kvm_stat: use variables instead of hard paths in help outputLin Ma2017-07-261-3/+3
* tools/kvm_stat: add new interactive command 'b'Stefan Raspl2017-06-272-10/+79
* tools/kvm_stat: add new command line switch '-i'Stefan Raspl2017-06-272-4/+34
* tools/kvm_stat: fix error on interactive command 'g'Stefan Raspl2017-06-271-1/+1
* tools/kvm_stat: display guest list in pid/guest selection screensStefan Raspl2017-06-081-12/+37
* tools/kvm_stat: add new interactive command 'o'Stefan Raspl2017-06-082-1/+18
* tools/kvm_stat: add new interactive command 's'Stefan Raspl2017-06-082-8/+49
* tools/kvm_stat: add new interactive command 'h'Stefan Raspl2017-06-082-5/+34
* tools/kvm_stat: rename 'Current' column to 'CurAvg/s'Stefan Raspl2017-06-081-3/+3
* tools/kvm_stat: make heading look a bit more like 'top'Stefan Raspl2017-06-081-1/+2
* tools/kvm_stat: display message indicating lack of eventsStefan Raspl2017-06-081-0/+2
* tools/kvm_stat: show cursor in selection screensStefan Raspl2017-06-081-0/+6
* tools/kvm_stat: move functions to corresponding classesStefan Raspl2017-06-081-162/+165
* tools/kvm_stat: simplify initializersStefan Raspl2017-06-081-38/+36
* tools/kvm_stat: remove extra statementStefan Raspl2017-06-081-1/+0
* tools/kvm_stat: removed unused functionStefan Raspl2017-06-081-3/+0
* tools/kvm_stat: simplify line print logicStefan Raspl2017-06-081-19/+7
* tools/kvm_stat: remove unnecessary header redrawsStefan Raspl2017-06-081-2/+0
* tools/kvm_stat: fix undue use of initial sleeptimeStefan Raspl2017-06-081-3/+0
* tools/kvm_stat: fix event counts display for interrupted intervalsStefan Raspl2017-06-081-2/+5