[WIP] CFV Refactor
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core / src / org / eclipse / tracecompass / internal / analysis / os / linux / core / views / controlflow2 / messages.properties
1 ###############################################################################
2 # Copyright (c) 2016 EfficiOS Inc., Alexandre Montplaisir
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 ###############################################################################
9
10 ControlFlowRenderProvider_State_WaitUnknown = WAIT_UNKNOWN
11 ControlFlowRenderProvider_State_WaitBlocked = WAIT_BLOCKED
12 ControlFlowRenderProvider_State_WaitForCpu = WAIT_FOR_CPU
13 ControlFlowRenderProvider_State_UserMode = USERMODE
14 ControlFlowRenderProvider_State_Syscall = SYSCALL
15 ControlFlowRenderProvider_State_Interrupted = INTERRUPTED
16 ControlFlowRenderProvider_State_Unknown = UNKNOWN
17
18 ControlFlowSortingModes_ByTid = Sort by TID
19 ControlFlowSortingModes_ByThreadName = Sort by Thread Name
20
21 ControlFlowFilterModes_InactiveEntries = Filter inactive entries
This page took 0.03126 seconds and 5 git commands to generate.