analysis: support sched_waking event
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.graph.core / src / org / eclipse / tracecompass / internal / analysis / graph / core / criticalpath / CriticalPathAlgorithmBounded.java
index 3649de80bfb5c7067d7e0353dad82ea1502b5395..ce5714b4cf38fd0437facff3b13b1bf65de90a22 100644 (file)
@@ -78,6 +78,7 @@ public class CriticalPathAlgorithmBounded extends AbstractCriticalPathAlgorithm
                 break;
             }
             switch (nextEdge.getType()) {
+            case IPI:
             case USER_INPUT:
             case BLOCK_DEVICE:
             case TIMER:
This page took 0.025433 seconds and 5 git commands to generate.