aboutsummaryrefslogtreecommitdiff
path: root/tools/sched
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-11-04 16:35:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-11-04 16:35:56 +0000
commit2cba8dd301342c1c31f6dbf496e8351fa8359584 (patch)
tree111501bfd5cb308ac99ba2270659ea0ca6fbf21a /tools/sched
parent9799411bf7efe37d07a9e82d3e579d7162118cd5 (diff)
Notes
Diffstat (limited to 'tools/sched')
-rw-r--r--tools/sched/schedgraph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sched/schedgraph.py b/tools/sched/schedgraph.py
index f1ce3c61a3ea..f0552cacdcc5 100644
--- a/tools/sched/schedgraph.py
+++ b/tools/sched/schedgraph.py
@@ -70,6 +70,7 @@ eventcolors = [
("count", "red"),
("running", "green"),
("idle", "grey"),
+ ("spinning", "red"),
("yielding", "yellow"),
("swapped", "violet"),
("suspended", "purple"),