aboutsummaryrefslogtreecommitdiff
path: root/tools/sched
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-10-08 16:22:59 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-10-08 16:22:59 +0000
commit232e8b52b0d56a5b483ab233bbd0186ca954e127 (patch)
treea40db068054d270c945b3dd7c22058efb07f466f /tools/sched
parent82315915e0787f3e5e2b1ed22d36d3f441f2388d (diff)
Notes
Diffstat (limited to 'tools/sched')
-rw-r--r--tools/sched/schedgraph.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/sched/schedgraph.py b/tools/sched/schedgraph.py
index e5925141e69ca..007c9f4c88963 100644
--- a/tools/sched/schedgraph.py
+++ b/tools/sched/schedgraph.py
@@ -80,8 +80,6 @@ eventcolors = [
("runq rem", "yellow"),
("thread exit", "grey"),
("proc exit", "grey"),
- ("callwheel idle", "grey"),
- ("callout running", "green"),
("lock acquire", "blue"),
("lock contest", "purple"),
("failed lock try", "red"),
@@ -903,7 +901,6 @@ class KTRFile:
self.timestamp_f = None
self.timestamp_l = None
self.locks = {}
- self.callwheels = {}
self.ticks = {}
self.load = {}
self.crit = {}