aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kvm/kvm_stat/kvm_stat
AgeCommit message (Expand)Author
2019-09-16tools/kvm_stat: fix fields filter for child eventsStefan Raspl
2018-10-10tools/kvm_stat: fix updates for dead guestsStefan Raspl
2018-10-10tools/kvm_stat: fix handling of invalid paths in debugfs providerStefan Raspl
2018-10-10tools/kvm_stat: fix python3 issuesStefan Raspl
2018-03-28tools/kvm_stat: Remove unused functionCole Robinson
2018-03-28tools/kvm_stat: Don't use deprecated file()Cole Robinson
2018-03-28tools/kvm_stat: Fix python3 syntaxCole Robinson
2018-02-24tools/kvm_stat: print 'Total' line for multiple events onlyStefan Raspl
2018-02-24tools/kvm_stat: group child events indented after parentStefan Raspl
2018-02-24tools/kvm_stat: separate drilldown and fields filteringStefan Raspl
2018-02-24tools/kvm_stat: eliminate extra guest/pid selection dialogStefan Raspl
2018-02-24tools/kvm_stat: mark private methods as suchStefan Raspl
2018-02-24tools/kvm_stat: fix debugfs handlingStefan Raspl
2018-02-24tools/kvm_stat: print error on invalid regexStefan Raspl
2018-02-24tools/kvm_stat: fix crash when filtering out all non-child trace eventsStefan Raspl
2018-02-24tools/kvm_stat: avoid 'is' for equality checksMarc Hartmayer
2018-02-24tools/kvm_stat: use a more pythonic way to iterate over dictionariesMarc Hartmayer
2018-02-24tools/kvm_stat: use a namedtuple for storing the valuesMarc Hartmayer
2018-02-24tools/kvm_stat: simplify the sortkey functionMarc Hartmayer
2017-12-21tools/kvm_stat: sort '-f help' outputStefan Raspl
2017-12-14tools/kvm_stat: add line for totalsStefan Raspl
2017-12-14tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl
2017-12-14tools/kvm_stat: suppress usage information on command line errorsStefan Raspl
2017-12-14tools/kvm_stat: handle invalid regular expressionsStefan Raspl
2017-12-14tools/kvm_stat: fix child trace events accountingStefan Raspl
2017-12-14tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl
2017-12-14tools/kvm_stat: fix missing field update after filter changeStefan Raspl
2017-12-14tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl
2017-12-14tools/kvm_stat: fix command line option '-g'Stefan Raspl
2017-10-12tools/kvm_stat: Add Python 3 support to kvm_statJeremy Cline
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma
2017-06-27tools/kvm_stat: add new interactive command 'b'Stefan Raspl
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl
2017-06-27tools/kvm_stat: fix error on interactive command 'g'Stefan Raspl
2017-06-08tools/kvm_stat: display guest list in pid/guest selection screensStefan Raspl
2017-06-08tools/kvm_stat: add new interactive command 'o'Stefan Raspl
2017-06-08tools/kvm_stat: add new interactive command 's'Stefan Raspl
2017-06-08tools/kvm_stat: add new interactive command 'h'Stefan Raspl
2017-06-08tools/kvm_stat: rename 'Current' column to 'CurAvg/s'Stefan Raspl
2017-06-08tools/kvm_stat: make heading look a bit more like 'top'Stefan Raspl
2017-06-08tools/kvm_stat: display message indicating lack of eventsStefan Raspl
2017-06-08tools/kvm_stat: show cursor in selection screensStefan Raspl
2017-06-08tools/kvm_stat: move functions to corresponding classesStefan Raspl
2017-06-08tools/kvm_stat: simplify initializersStefan Raspl
2017-06-08tools/kvm_stat: remove extra statementStefan Raspl
2017-06-08tools/kvm_stat: removed unused functionStefan Raspl
2017-06-08tools/kvm_stat: simplify line print logicStefan Raspl
2017-06-08tools/kvm_stat: remove unnecessary header redrawsStefan Raspl
2017-06-08tools/kvm_stat: fix undue use of initial sleeptimeStefan Raspl