analysis: Add root trace entries to Control Flow view
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.ui / src / org / eclipse / tracecompass / internal / analysis / os / linux / ui / messages.properties
CommitLineData
03c8809b 1###############################################################################
ed902a2b 2# Copyright (c) 2013, 2015 Ericsson
03c8809b
AM
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# Contributors:
10# Ericsson - Initial API and implementation
11###############################################################################
12
dedc7dec 13ControlFlowView_birthTimeColumn=Birth time
bf415887 14ControlFlowView_threadPresentation=Thread Presentation
dedc7dec
PT
15ControlFlowView_tidColumn=TID
16ControlFlowView_ptidColumn=PTID
17ControlFlowView_processColumn=Process
dedc7dec
PT
18
19ControlFlowView_stateTypeName=Process
af10fe06 20ControlFlowView_multipleStates=(multiple)
dedc7dec
PT
21ControlFlowView_nextProcessActionNameText=Next Process
22ControlFlowView_nextProcessActionToolTipText=Select Next Process
23ControlFlowView_previousProcessActionNameText=Previous Process
24ControlFlowView_previousProcessActionToolTipText=Select Previous Process
03ab8eeb
PT
25ControlFlowView_followCPUBwdText=Follow CPU Backward
26ControlFlowView_followCPUFwdText=Follow CPU Forward
b97d61f0
CM
27ControlFlowView_checkActiveLabel=Check Active
28ControlFlowView_checkActiveToolTip=Checks all threads executing within the time frame.
29ControlFlowView_uncheckInactiveLabel=Uncheck Inactive
30ControlFlowView_uncheckInactiveToolTip=Unchecks all threads not executing within the time frame.
dedc7dec
PT
31ControlFlowView_attributeSyscallName=System Call
32ControlFlowView_attributeCpuName=CPU
bf415887
MZ
33ControlFlowView_flatViewLabel=Flat
34ControlFlowView_flatViewToolTip= Flat Thread Layout
35ControlFlowView_hierarchicalViewLabel=Hierarchical
36ControlFlowView_hierarchicalViewToolTip=Hierarchical Thread Layout
dedc7dec
PT
37
38ResourcesView_stateTypeName=Resource
af10fe06 39ResourcesView_multipleStates=(multiple)
dedc7dec
PT
40ResourcesView_nextResourceActionNameText=Next Resource
41ResourcesView_nextResourceActionToolTipText=Select Next Resource
42ResourcesView_previousResourceActionNameText=Previous Resource
43ResourcesView_previousResourceActionToolTipText=Select Previous Resource
44ResourcesView_attributeCpuName=CPU
45ResourcesView_attributeIrqName=IRQ
46ResourcesView_attributeSoftIrqName=SOFT IRQ
47ResourcesView_attributeHoverTime=> Hover Time
48ResourcesView_attributeTidName=> TID
49ResourcesView_attributeProcessName=> Process
50ResourcesView_attributeSyscallName=> System Call
This page took 0.071103 seconds and 5 git commands to generate.