lttng: State of processes from LTTng kernel traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui / src / org / eclipse / linuxtools / internal / lttng2 / kernel / ui / views / resources / ResourcesPresentationProvider.java
index 189ab2ff9806cadea19ba9a912023cf50e9c2ca7..4182a68c11341466d2390f4fb0611dc6a861470d 100644 (file)
@@ -57,9 +57,9 @@ public class ResourcesPresentationProvider extends TimeGraphPresentationProvider
         IDLE            (new RGB(200, 200, 200)),
         USERMODE        (new RGB(0, 200, 0)),
         SYSCALL         (new RGB(0, 0, 200)),
-        IRQ             (new RGB(200, 100, 100)),
+        IRQ             (new RGB(200,   0, 100)),
         SOFT_IRQ        (new RGB(200, 150, 100)),
-        IRQ_ACTIVE      (new RGB(200, 100, 100)),
+        IRQ_ACTIVE      (new RGB(200,   0, 100)),
         SOFT_IRQ_RAISED (new RGB(200, 200, 0)),
         SOFT_IRQ_ACTIVE (new RGB(200, 150, 100));
 
This page took 0.024926 seconds and 5 git commands to generate.