linux: introduce execution contexts in resources view
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core / src / org / eclipse / tracecompass / internal / analysis / os / linux / core / kernel / handlers / SoftIrqEntryHandler.java
index 60dd3c21684a9589b72d7412c772ad20d963562e..39e08ef416510c6ea953514829928b0e460f55a0 100644 (file)
@@ -52,7 +52,7 @@ public class SoftIrqEntryHandler extends KernelEventHandler {
          * Mark this SoftIRQ as active in the resource tree. The state value =
          * the CPU on which this SoftIRQ is processed
          */
-        int quark = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeSoftIRQs(ss), softIrqId.toString());
+        int quark = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeSoftIRQs(cpu, ss), softIrqId.toString());
         ITmfStateValue value = TmfStateValue.newValueInt(cpu.intValue());
         ss.modifyAttribute(timestamp, value, quark);
 
This page took 0.028541 seconds and 5 git commands to generate.