Import lttng.kernel.core plugins from Scope
[deliverable/tracecompass.git] / lttng / org.lttng.scope.lttng.kernel.core / src / org / lttng / scope / lttng / kernel / core / views / timegraph / messages.properties
diff --git a/lttng/org.lttng.scope.lttng.kernel.core/src/org/lttng/scope/lttng/kernel/core/views/timegraph/messages.properties b/lttng/org.lttng.scope.lttng.kernel.core/src/org/lttng/scope/lttng/kernel/core/views/timegraph/messages.properties
new file mode 100644 (file)
index 0000000..2e0e497
--- /dev/null
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2017 EfficiOS Inc., Alexandre Montplaisir
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+###############################################################################
+
+noState = None
+
+threadStateUnknown = Unknown Thread State
+threadStateWaitUnknown = Wait Unknown
+threadStateWaitBlocked = Waiting Blocked
+threadStateWaitForCpu = Waiting For CPU
+threadSateUsermode = Running, usermode
+threadStateSyscall = Running, syscall
+threadStateInterrupted = Interrupted
+
+cpuStateUnknown = Unknown CPU State
+cpuStateIdle = Idle
+cpuStateIrqActive = Executing IRQ
+cpuStateSoftIrqActive = Executing Soft IRQ
+cpuStateSoftIrqRaised = Soft IRQ Raised
This page took 0.023678 seconds and 5 git commands to generate.