aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2020-10-22 11:25:55 -0700
committerChris Mason <clm@fb.com>2020-10-22 11:25:55 -0700
commit4533839995412fbe454024e497678c4e4cdd827e (patch)
tree90f03c0ba8b5d34794e44caa0b4a6807eac5ac6b
parenteb6352ac9acde14e5a944ed33c0df410a36f6086 (diff)
downloadschbench-4533839995412fbe454024e497678c4e4cdd827e.tar.gz
schedstat: fix typo timeslides
Signed-off-by: Chris Mason <clm@fb.com>
-rwxr-xr-xschedstat.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedstat.py b/schedstat.py
index 672aaff..f46f337 100755
--- a/schedstat.py
+++ b/schedstat.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# GPLv2 license, spit out /proc/schedstat
+# this works with schedstat v15
import sys,os, time
@@ -12,7 +13,7 @@ cpustat_txt = [ 'cpu zeros', # 0
'try_to_wakeup(local)', #6
'run time', #7
'wait time', #8
- 'timeslides,' #9
+ 'timeslices,' #9
]
domain_txt = [ 'domain zeros', #0