index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-06-08
tools/kvm_stat: display message indicating lack of events
Stefan Raspl
1
-0
/
+2
2017-06-08
tools/kvm_stat: show cursor in selection screens
Stefan Raspl
1
-0
/
+6
2017-06-08
tools/kvm_stat: move functions to corresponding classes
Stefan Raspl
1
-162
/
+165
2017-06-08
tools/kvm_stat: simplify initializers
Stefan Raspl
1
-38
/
+36
2017-06-08
tools/kvm_stat: remove extra statement
Stefan Raspl
1
-1
/
+0
2017-06-08
tools/kvm_stat: removed unused function
Stefan Raspl
1
-3
/
+0
2017-06-08
tools/kvm_stat: simplify line print logic
Stefan Raspl
1
-19
/
+7
2017-06-08
tools/kvm_stat: remove unnecessary header redraws
Stefan Raspl
1
-2
/
+0
2017-06-08
tools/kvm_stat: fix undue use of initial sleeptime
Stefan Raspl
1
-3
/
+0
2017-06-08
tools/kvm_stat: fix event counts display for interrupted intervals
Stefan Raspl
1
-2
/
+5
2017-06-08
tools/kvm_stat: fix typo
Stefan Raspl
1
-1
/
+1
2017-03-29
tools/kvm_stat: add '%Total' column
Stefan Raspl
1
-1
/
+8
2017-03-29
tools/kvm_stat: add interactive command 'r'
Stefan Raspl
2
-14
/
+53
2017-03-29
tools/kvm_stat: add interactive command 'c'
Stefan Raspl
2
-4
/
+14
2017-03-29
tools/kvm_stat: add option '--guest'
Stefan Raspl
2
-2
/
+105
2017-03-29
tools/kvm_stat: remove regex filter on empty input
Stefan Raspl
1
-0
/
+1
2017-03-29
tools/kvm_stat: display regex when set to non-default
Stefan Raspl
1
-0
/
+6
2017-03-29
tools/kvm_stat: print error messages on faulty pid filter input
Stefan Raspl
1
-0
/
+4
2017-03-29
tools/kvm_stat: remove pid filter on empty input
Stefan Raspl
1
-4
/
+7
2017-03-29
tools/kvm_stat: display guest name when using pid filter
Stefan Raspl
1
-2
/
+39
2017-03-29
tools/kvm_stat: document list of interactive commands
Stefan Raspl
2
-0
/
+23
2017-03-29
tools/kvm_stat: reduce perceived idle time on filter updates
Stefan Raspl
1
-18
/
+30
2017-03-29
tools/kvm_stat: full PEP8 compliance
Stefan Raspl
1
-0
/
+22
2017-03-29
tools/kvm_stat: fix trace setup glitch on field updates in TracepointProvider
Stefan Raspl
1
-2
/
+3
2017-03-29
tools/kvm_stat: fix misc glitches
Stefan Raspl
1
-13
/
+11
2017-03-29
tools/kvm_stat: handle SIGINT in log and batch modes
Stefan Raspl
1
-11
/
+17
2017-03-29
tools/kvm_stat: catch curses exceptions only
Stefan Raspl
1
-1
/
+1
2017-03-29
tools/kvm_stat: hide cursor
Stefan Raspl
1
-0
/
+7
2016-05-25
tools: kvm_stat: Add comments
Janosch Frank
1
-2
/
+159
2016-05-25
tools: kvm_stat: Introduce pid monitoring
Janosch Frank
2
-22
/
+167
2016-05-25
tools: kvm_stat: Powerpc related fixes
Hemant Kumar
1
-0
/
+2
2016-05-25
tools: Add kvm_stat man page
Paolo Bonzini
2
-2
/
+99
2016-05-25
tools: Add kvm_stat vm monitor script
Janosch Frank
2
-0
/
+830