############################################################################### # Copyright (c) 2016 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 ############################################################################### ControlFlowRenderProvider_State_WaitUnknown = WAIT_UNKNOWN ControlFlowRenderProvider_State_WaitBlocked = WAIT_BLOCKED ControlFlowRenderProvider_State_WaitForCpu = WAIT_FOR_CPU ControlFlowRenderProvider_State_UserMode = USERMODE ControlFlowRenderProvider_State_Syscall = SYSCALL ControlFlowRenderProvider_State_Interrupted = INTERRUPTED ControlFlowRenderProvider_State_Unknown = UNKNOWN ControlFlowSortingModes_ByTid = Sort by TID ControlFlowSortingModes_ByThreadName = Sort by Thread Name ControlFlowFilterModes_InactiveEntries = Filter inactive entries