Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4ad4259c4198aad31a3723c61a4d60458dc72569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################
# Copyright (c) 2013, 2018 Red Hat, Inc.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
# 
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#    Red Hat initial API and implementation
###############################################################################
MsgProxyError=Proxy could not be instantiated.
PerfEventsTab_Add=Add
PerfEventsTab_Events=Perf Events
PerfEventsTab_ForExample=For example, .........
PerfEventsTab_ForExampleR1A8=For example, r1a8
PerfEventsTab_HardwareBreakpoint=Please enter the hardware breakpoint in the form mem:<addr>[:access].
PerfEventsTab_Note=Note: Select by highlighting, not by checking.
PerfEventsTab_RawRegisterEncoding=Please enter the raw register encoding in the form rNNN.
PerfEventsTab_RemoveSelectedEvents=Remove Selected Events
PerfLaunchConfigDelegate_perf_not_found=Error: Perf was not found on PATH
PerfLaunchConfigDelegate_analyzing=Analyzing recorded perf.data, please wait...
PerfLaunchConfigDelegate_stat_title=Performance counter stats for {0} {1} ({2} runs)
PerfOptionsTab_Browse=Browse
PerfOptionsTab_File_DNE=File does not exist
PerfOptionsTab_Kernel_Prompt=Select location of kernel image file
PerfOptionsTab_Loc_DNE=The entered location does not exist.
PerfOptionsTab_Options=Perf Options
PerfOptionsTab_Requires_LTE=requires version <= 

Back to the top