blob: 0b965ca902e051d4f9ce5c48076ca2255641d9a3 [file] [log] [blame]
0e6618fba8c9 ("tools/kvm_stat: switch to argparse")
18e8f4100ef1 ("tools/kvm_stat: separate drilldown and fields filtering")
c0e8c21eae61 ("tools/kvm_stat: mark private methods as such")
369d5a85bb78 ("tools/kvm_stat: avoid 'is' for equality checks")
0eb578009a1d ("tools/kvm_stat: use a more pythonic way to iterate over dictionaries")
006f1548ac13 ("tools/kvm_stat: use a namedtuple for storing the values")
faa312a54328 ("tools/kvm_stat: simplify the sortkey function")
cf656c76614c ("tools/kvm_stat: add line for totals")
73fab6ffbd83 ("tools/kvm_stat: stop ignoring unhandled arguments")
822cfe3e4813 ("tools/kvm_stat: suppress usage information on command line errors")
08e20a6300e1 ("tools/kvm_stat: handle invalid regular expressions")
fff8c9eb48aa ("tools/kvm_stat: fix child trace events accounting")
67c162b0892a ("tools/kvm_stat: fix missing field update after filter change")
faa06650418b ("tools/kvm_stat: fix drilldown in events-by-guests mode")
9cc5fbbb8ca2 ("tools/kvm_stat: Add Python 3 support to kvm_stat")
67fbcd62f54d ("tools/kvm_stat: add '-f help' to get the available event list")
5c1954d25d1b ("tools/kvm_stat: add new interactive command 'b'")
ab7ef193fab6 ("tools/kvm_stat: add new command line switch '-i'")
61f381bb7e1a ("tools/kvm_stat: fix error on interactive command 'g'")
865279c53ca9 ("tools/kvm_stat: display guest list in pid/guest selection screens")
6667ae8f3950 ("tools/kvm_stat: add new interactive command 'o'")
64eefad2cdbf ("tools/kvm_stat: add new interactive command 's'")
1fdea7b28930 ("tools/kvm_stat: add new interactive command 'h'")
38e89c37a1e0 ("tools/kvm_stat: rename 'Current' column to 'CurAvg/s'")
f6d753102a24 ("tools/kvm_stat: make heading look a bit more like 'top'")
5725393764a3 ("tools/kvm_stat: display message indicating lack of events")
62d1b6cc24d0 ("tools/kvm_stat: show cursor in selection screens")
099a2dfc674e ("tools/kvm_stat: move functions to corresponding classes")
c469117df059 ("tools/kvm_stat: simplify initializers")
5a7d11f8dc59 ("tools/kvm_stat: simplify line print logic")
2da9d4aaa734 ("tools/kvm_stat: remove unnecessary header redraws")
81468d73b6eb ("tools/kvm_stat: fix undue use of initial sleeptime")
124c2fc9fdf5 ("tools/kvm_stat: fix event counts display for interrupted intervals")
e55fe3ccccc1 ("tools/kvm_stat: add '%Total' column")
9f114a03c685 ("tools/kvm_stat: add interactive command 'r'")
4443084fa0cf ("tools/kvm_stat: add interactive command 'c'")
f9ff1087354e ("tools/kvm_stat: add option '--guest'")
645c1728a9d3 ("tools/kvm_stat: remove regex filter on empty input")
72187dfa8e26 ("tools/kvm_stat: display regex when set to non-default")
0152c20f0400 ("tools/kvm_stat: print error messages on faulty pid filter input")
be03ea3b7738 ("tools/kvm_stat: remove pid filter on empty input")
a24e85f6a69f ("tools/kvm_stat: display guest name when using pid filter")
1eaa2f9022d5 ("tools/kvm_stat: document list of interactive commands")
184b2d23b057 ("tools/kvm_stat: reduce perceived idle time on filter updates")
692c7f6deb55 ("tools/kvm_stat: full PEP8 compliance")
a18360693748 ("tools/kvm_stat: fix trace setup glitch on field updates in TracepointProvider")
e0ba38765c1d ("tools/kvm_stat: fix misc glitches")
dadf1e783924 ("tools/kvm_stat: handle SIGINT in log and batch modes")