blob: f46e88e6931eefa32f0e69b8820cecdfbf419820 [file] [log] [blame]
###############################################################################
# Copyright (c) 2013, 2018 Ericsson and others
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Ericsson - Initial API and implementation
###############################################################################
# org.eclipse.tracecompass.tmf.ui.views.callstack
CallStackPresentationProvider_Process=Process
CallStackPresentationProvider_Thread=Thread
CallStackView_FunctionColumn=Name
CallStackView_PidTidColumn=PID/TID
CallStackView_DepthColumn=Depth
CallStackView_EntryTimeColumn=Start time
CallStackView_ExitTimeColumn=End time
CallStackView_DurationColumn=Duration
CallStackView_ThreadColumn=Thread
CallStackView_StackInfoNotAvailable=Stack info not available
CallStackView_SortByThreadName=Sort threads by thread name
CallStackView_SortByThreadId=Sort threads by thread id
CallStackView_SortByThreadTime=Sort threads by start time
CallStackView_ConfigureSymbolProvidersText=Configure symbol providers
CallStackView_ConfigureSymbolProvidersTooltip=Configure how the addresses are mapped to function names
FlameChartView_NextItemActionNameText=Next Item
FlameChartView_NextItemActionToolTipText=Select Next Item
FlameChartView_PreviousItemActionNameText=Previous Item
FlameChartView_PreviousItemActionToolTipText=Select Previous Item