analysis: support sched_waking event
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.graph.ui / src / org / eclipse / tracecompass / internal / analysis / graph / ui / criticalpath / view / CriticalPathView.java
index a067abc813e7d8c8390835f8af2e35a949926f0c..cbd7306149171025da4d5e0f4634004e86d67098 100644 (file)
@@ -458,6 +458,9 @@ public class CriticalPathView extends AbstractTimeGraphView {
         case USER_INPUT:
             state = State.USER_INPUT;
             break;
+        case IPI:
+            state = State.IPI;
+            break;
         case EPS:
         case UNKNOWN:
         case DEFAULT:
This page took 0.032805 seconds and 5 git commands to generate.