Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 183926a88433d80abeecfae5a0689993bcecdbe7 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
bundleName=SystemTap IDE Plug-in
bundleProvider=Eclipse Linux Tools
perspective.ide.name=SystemTap IDE

view.function.name=Function
view.probe.name=Probe Alias
view.kernel.name=Kernel Source

editor.stp.name=SystemTap STP Editor
editor.simple.name=Simple Editor

preference.ide.name=IDE
preference.path.name=Kernel Source Path
preference.tapsets.name=Tapsets
preference.envVars.name=Environment Variables
preference.systemTap.name=SystemTap

category.file.name=File
category.file.desc=SystemTap file operations
category.run.name=Run
category.run.desc=SystemTap run options
category.data.name=Data
category.data.desc=Graph data management
category.tapset.name=Tapset
category.tapset.desc=Tapset content actions
category.cfiles.name=C Actions
category.cfiles.desc=Actions applied to C/C++ files

command.open.name=Open SystemTap File...
command.open.desc=Open a SystemTap file

command.import.name=Import Tapset...
command.import.desc=Import tapset directory
command.run.name=SystemTap: Simple Run
command.run.desc=Run the script without options/charts
command.viewDefinition.name=View Definition
command.viewDefinition.desc=Open the tapset file that defines this element.
command.toggleComment.name=Toggle Comment
command.toggleComment.desc=Toggle Single Line SystemTap Comment
command.toggleComment.mne=Tog&gle Comment
command.indent.name=Correct Indentation
command.indent.desc=Correct Indentation of SystemTap File Lines
command.indent.mne=Correct &Indentation
command.addStapProbe.name=Add SystemTap Probe
command.addStapProbe.desc=Probe the current C file at the designated line.
command.addStapProbe.mne=Add SystemTap &Probe
command.dataExport.name=SystemTap: Export Data Set
command.dataExport.desc=Export graph contents to an external file
command.dataImport.name=SystemTap: Import Data Set
command.dataImport.desc=Import previously-saved graph contents
command.refreshView.name=Refresh
command.refreshView.desc=Refresh the contents of this view

toolbar.actions.name=SystemTap Actions

launch.run.name=SystemTap Script
launch.run.desc=Run SystemTap script with project launch options

category.name=SystemTap
wizard.name=SystemTap Script

editor.context.name=SystemTap Editor
editor.context.desc=Editor for SystemTap Scripts
editor.category.source.name=Source
editor.category.source.desc=Script source options

Back to the top