lttng: State of processes from LTTng kernel traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core / src / org / eclipse / linuxtools / internal / lttng2 / kernel / core / StateValues.java
index c63d34691f15fd65f8a52c78983883e2c5e57561..9f297a26655fe44c1620a04a3f8a2c70a9513186 100644 (file)
@@ -32,10 +32,11 @@ public class StateValues {
 
     /* Process status */
     public static final int PROCESS_STATUS_UNKNOWN = 0;
-    public static final int PROCESS_STATUS_WAIT = 1;
+    public static final int PROCESS_STATUS_WAIT_BLOCKED = 1;
     public static final int PROCESS_STATUS_RUN_USERMODE = 2;
     public static final int PROCESS_STATUS_RUN_SYSCALL = 3;
     public static final int PROCESS_STATUS_INTERRUPTED = 4;
+    public static final int PROCESS_STATUS_WAIT_FOR_CPU = 5;
 
     /* SoftIRQ-specific stuff. -1: null/disabled, >= 0: running on that CPU */
     public static final int SOFT_IRQ_RAISED = -2;
This page took 0.025785 seconds and 5 git commands to generate.