From e5a812082ae033afb1eed82c0f2df3d0f6bdc93f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:53:20 +0200 Subject: Adding upstream version 2.1.6. Signed-off-by: Daniel Baumann --- cts/scheduler/dot/promoted-promotion-constraint.dot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cts/scheduler/dot/promoted-promotion-constraint.dot (limited to 'cts/scheduler/dot/promoted-promotion-constraint.dot') diff --git a/cts/scheduler/dot/promoted-promotion-constraint.dot b/cts/scheduler/dot/promoted-promotion-constraint.dot new file mode 100644 index 0000000..c180d92 --- /dev/null +++ b/cts/scheduler/dot/promoted-promotion-constraint.dot @@ -0,0 +1,12 @@ + digraph "g" { +"Cancel s0:1_monitor_20000 hex-14" -> "s0:1_demote_0 hex-14" [ style = bold] +"Cancel s0:1_monitor_20000 hex-14" [ style=bold color="green" fontcolor="black"] +"ms0_demote_0" -> "ms0_demoted_0" [ style = bold] +"ms0_demote_0" -> "s0:1_demote_0 hex-14" [ style = bold] +"ms0_demote_0" [ style=bold color="green" fontcolor="orange"] +"ms0_demoted_0" [ style=bold color="green" fontcolor="orange"] +"s0:1_demote_0 hex-14" -> "ms0_demoted_0" [ style = bold] +"s0:1_demote_0 hex-14" -> "s0:1_monitor_21000 hex-14" [ style = bold] +"s0:1_demote_0 hex-14" [ style=bold color="green" fontcolor="black"] +"s0:1_monitor_21000 hex-14" [ style=bold color="green" fontcolor="black"] +} -- cgit v1.2.3