aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kvm/kvm_stat/kvm_stat (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Raspl1-73/+37
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: fix child trace events accountingStefan Raspl1-3/+3
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-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 Raspl1-10/+77
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl1-4/+30
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 Raspl1-1/+16
2017-06-08tools/kvm_stat: add new interactive command 's'Stefan Raspl1-8/+47
2017-06-08tools/kvm_stat: add new interactive command 'h'Stefan Raspl1-5/+32
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 Raspl1-14/+51
2017-03-29tools/kvm_stat: add interactive command 'c'Stefan Raspl1-4/+12
2017-03-29tools/kvm_stat: add option '--guest'Stefan Raspl1-2/+99
2017-03-29tools/kvm_stat: remove regex filter on empty inputStefan Raspl1-0/+1