index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-24
tools/kvm_stat: fix fields filter for child events
Stefan Raspl
2
-4
/
+14
2018-11-27
tools/kvm_stat: switch to python3
Stefan Raspl
1
-1
/
+1
2018-10-01
tools/kvm_stat: cut down decimal places in update interval dialog
Stefan Raspl
1
-1
/
+1
2018-08-30
tools/kvm_stat: re-animate display of dead guests
Stefan Raspl
1
-0
/
+10
2018-08-30
tools/kvm_stat: indicate dead guests as such
Stefan Raspl
1
-3
/
+9
2018-08-30
tools/kvm_stat: handle guest removals more gracefully
Stefan Raspl
1
-2
/
+9
2018-08-30
tools/kvm_stat: don't reset stats when setting PID filter for debugfs
Stefan Raspl
1
-1
/
+0
2018-08-30
tools/kvm_stat: fix updates for dead guests
Stefan Raspl
1
-1
/
+10
2018-08-30
tools/kvm_stat: fix handling of invalid paths in debugfs provider
Stefan Raspl
1
-0
/
+8
2018-08-30
tools/kvm_stat: fix python3 issues
Stefan Raspl
1
-3
/
+3
2018-03-28
tools/kvm_stat: Remove unused function
Cole Robinson
1
-3
/
+0
2018-03-28
tools/kvm_stat: Don't use deprecated file()
Cole Robinson
1
-1
/
+1
2018-03-28
tools/kvm_stat: Fix python3 syntax
Cole Robinson
1
-2
/
+4
2018-02-24
tools/kvm_stat: print 'Total' line for multiple events only
Stefan Raspl
1
-1
/
+1
2018-02-24
tools/kvm_stat: group child events indented after parent
Stefan Raspl
1
-30
/
+59
2018-02-24
tools/kvm_stat: separate drilldown and fields filtering
Stefan Raspl
1
-43
/
+100
2018-02-24
tools/kvm_stat: eliminate extra guest/pid selection dialog
Stefan Raspl
2
-75
/
+39
2018-02-24
tools/kvm_stat: mark private methods as such
Stefan Raspl
1
-66
/
+66
2018-02-24
tools/kvm_stat: fix debugfs handling
Stefan Raspl
1
-14
/
+26
2018-02-24
tools/kvm_stat: print error on invalid regex
Stefan Raspl
1
-0
/
+3
2018-02-24
tools/kvm_stat: fix crash when filtering out all non-child trace events
Stefan Raspl
1
-0
/
+6
2018-02-24
tools/kvm_stat: avoid 'is' for equality checks
Marc Hartmayer
1
-2
/
+2
2018-02-24
tools/kvm_stat: use a more pythonic way to iterate over dictionaries
Marc Hartmayer
1
-8
/
+8
2018-02-24
tools/kvm_stat: use a namedtuple for storing the values
Marc Hartmayer
1
-12
/
+15
2018-02-24
tools/kvm_stat: simplify the sortkey function
Marc Hartmayer
1
-15
/
+8
2017-12-21
tools/kvm_stat: sort '-f help' output
Stefan Raspl
1
-10
/
+6
2017-12-14
tools/kvm_stat: add line for totals
Stefan Raspl
1
-1
/
+8
2017-12-14
tools/kvm_stat: stop ignoring unhandled arguments
Stefan Raspl
1
-1
/
+3
2017-12-14
tools/kvm_stat: suppress usage information on command line errors
Stefan Raspl
1
-8
/
+5
2017-12-14
tools/kvm_stat: handle invalid regular expressions
Stefan Raspl
1
-0
/
+7
2017-12-14
tools/kvm_stat: add hint on '-f help' to man page
Stefan Raspl
1
-1
/
+1
2017-12-14
tools/kvm_stat: fix child trace events accounting
Stefan Raspl
2
-3
/
+5
2017-12-14
tools/kvm_stat: fix extra handling of 'help' with fields filter
Stefan Raspl
1
-1
/
+2
2017-12-14
tools/kvm_stat: fix missing field update after filter change
Stefan Raspl
1
-2
/
+2
2017-12-14
tools/kvm_stat: fix drilldown in events-by-guests mode
Stefan Raspl
1
-1
/
+1
2017-12-14
tools/kvm_stat: fix command line option '-g'
Stefan Raspl
1
-4
/
+6
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-13
/
+17
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-12
tools/kvm_stat: Add Python 3 support to kvm_stat
Jeremy Cline
1
-13
/
+17
2017-07-26
tools/kvm_stat: add '-f help' to get the available event list
Lin Ma
1
-2
/
+14
2017-07-26
tools/kvm_stat: use variables instead of hard paths in help output
Lin Ma
1
-3
/
+3
2017-06-27
tools/kvm_stat: add new interactive command 'b'
Stefan Raspl
2
-10
/
+79
2017-06-27
tools/kvm_stat: add new command line switch '-i'
Stefan Raspl
2
-4
/
+34
2017-06-27
tools/kvm_stat: fix error on interactive command 'g'
Stefan Raspl
1
-1
/
+1
2017-06-08
tools/kvm_stat: display guest list in pid/guest selection screens
Stefan Raspl
1
-12
/
+37
2017-06-08
tools/kvm_stat: add new interactive command 'o'
Stefan Raspl
2
-1
/
+18
2017-06-08
tools/kvm_stat: add new interactive command 's'
Stefan Raspl
2
-8
/
+49
2017-06-08
tools/kvm_stat: add new interactive command 'h'
Stefan Raspl
2
-5
/
+34
2017-06-08
tools/kvm_stat: rename 'Current' column to 'CurAvg/s'
Stefan Raspl
1
-3
/
+3
2017-06-08
tools/kvm_stat: make heading look a bit more like 'top'
Stefan Raspl
1
-1
/
+2
[next]