Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b862a5068399646af529355404a27cd766299de6 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
LaunchStapGraph.ScriptGenErr=Error generating script
LaunchStapGraph.ScriptGenErrMsg=The path to the temporary script could not be opened.
LaunchWizard.WelcomeWizard=Welcome to SystemTap Wizard
LaunchWizard.Text1=The SystemTap Wizard will guide you through the process of launching a 
LaunchWizard.Text2=script through Eclipse. \n\nFirst, please name your new launch configuration.
LaunchWizard.Text3=If the name already exists, a (1), (2), etc. will be appended to make the name unique.\n
LaunchWizard.NamePrefix=MyWizardLaunch
LaunchWizard.BinFile=Binary file: 
LaunchWizard.Args=Arguments: 
LaunchWizard.Func=Function
LaunchWizard.Launch=Launch
LaunchWizard.Script=Script: 
SystemTapLaunchConfigurationDelegate.0=NoOutput
SystemTapLaunchConfigurationDelegate.1=Output file broken
SystemTapLaunchConfigurationDelegate.2=Output file 
SystemTapLaunchConfigurationDelegate.3=\ threw an IOException
SystemTapLaunchConfigurationDelegate.NoCommand=SystemTapLaunchConfigurationDelegate does not have a command yet
SystemTapLaunchConfigurationDelegate.CallGraphGenericError=CallGraph Error
SystemTapLaunchConfigurationDelegate.DocWriterName=DocWriter, Delegate
SystemTapLaunchConfigurationDelegate.EndMessage1=Configuration name:   
SystemTapLaunchConfigurationDelegate.EndMessage2=Binary arguments  :   
SystemTapLaunchConfigurationDelegate.EndMessage3=To change this command, check under the Binary 
SystemTapLaunchConfigurationDelegate.EndMessage4=Arguments tab for this configuration in 
SystemTapLaunchConfigurationDelegate.EndMessage5=Profile As --> Profile Configurations.
SystemTapLaunchConfigurationDelegate.InvalidParser1=Invalid parser
SystemTapLaunchConfigurationDelegate.InvalidParser2=The selected parser is not valid. Please select a different parser. \n\n
SystemTapLaunchConfigurationDelegate.InvalidParser3=Invalid id: 
SystemTapLaunchConfigurationDelegate.Relaunch10=Configuration name:   
SystemTapLaunchConfigurationDelegate.Relaunch8=No binary commands specified. To specify commands, 
SystemTapLaunchConfigurationDelegate.Relaunch9=check under the Binary Arguments tab for this 
SystemTapLaunchConfigurationDelegate.stap_command=\ stap command: \n
SystemTapLaunchConfigurationDelegate.stapNotFound=The SystemTap command 'stap' could not be executed. Please make sure SystemTap is installed and that 'stap' is on the system path.
SystemTapLaunchShortcut.Invalid=invalid
SystemTapLaunchShortcut.NoFiles=No files found.
SystemTapLaunchShortcut.SelectFiles=Select files to probe
SystemTapLaunchShortcut.SelectFilesMsg=For faster probing, select all files.
SystemTapLaunchShortcut.ErrorMessage=Error: Script path not given by : 
SystemTapLaunchShortcut.ErrorMessageName=Error
SystemTapLaunchShortcut.ErrorMessageTitle=Script not found
SystemTapLaunchShortcut.InvalidGeneration1=Generation Error
SystemTapLaunchShortcut.InvalidGeneration2=Script not generated
SystemTapLaunchShortcut.InvalidGeneration3=Launch shortcut specifies needToGenerate but does not specify a corresponding generateScript() function. 
SystemTapLaunchShortcut.InvalidParser1=no_parser_specified_error_message
SystemTapLaunchShortcut.InvalidParser2=No parser specified
SystemTapLaunchShortcut.InvalidParser3=A null parserID or empty parserID was submitted. Please submit a valid parserID. Parsers should extend the bundled parser extension point.
SystemTapLaunchShortcut.InvalidView1=no_view_specified_error_message
SystemTapLaunchShortcut.InvalidView2=No view specified
SystemTapLaunchShortcut.InvalidView3=A null viewID or empty viewID was submitted. Please submit a valid viewID. Views should extend org.eclipse.ui.views.
SystemTapLaunchShortcut.NullConfiguration=Configuration is null for 
SystemTapLaunchShortcut.StapLaunchFailed=FailedToLaunch
SystemTapLaunchShortcut.StapLaunchFailedMessage=The launch failed. This could be because of : 
SystemTapLaunchShortcut.StapLaunchFailedTitle=Launch failed
SystemTapOptionsTab.1=Invalid
SystemTapOptionsTab.10=Prologue-searching  mode.  Activate  heuristics to work around 
SystemTapOptionsTab.11=incorrect debugging information for $target variables.
SystemTapOptionsTab.12=Unoptimized mode.  Disable unused code elision during elaboration.
SystemTapOptionsTab.13=Suppressed  warnings  mode.  Disable warning messages for elided 
SystemTapOptionsTab.14=code in user script.
SystemTapOptionsTab.15=\ Use bulk mode (percpu files) for kernel-to-user data transfer.
SystemTapOptionsTab.16=Collect timing information on the number of times probe executes 
SystemTapOptionsTab.17=and average amount of time spent in each probe.
SystemTapOptionsTab.18=Verbosity level (-v, -vv, -vvv)
SystemTapOptionsTab.19=Stop after pass \#
SystemTapOptionsTab.2=Increase verbosity for all passes.  Produce a larger  volume  of
SystemTapOptionsTab.20=-k: Keep temporary directories
SystemTapOptionsTab.21=-g: Guru mode (Experts only!)
SystemTapOptionsTab.22=-P: Enable prologue-search mode
SystemTapOptionsTab.23=-u: Disable unused code elision
SystemTapOptionsTab.24=-w: Disable warnings
SystemTapOptionsTab.25=-b: Use bulk mode
SystemTapOptionsTab.26=-t: Collect timing information
SystemTapOptionsTab.27=Without -o option, load module and  start probes, then detach 
SystemTapOptionsTab.28=from the module leaving the probes running.  With -o option, run 
SystemTapOptionsTab.29=staprun in background as a daemon and show its pid.
SystemTapOptionsTab.3=Enable Graphics Mode
SystemTapOptionsTab.30=Ignore out of context variables and substitute with literal 0.
SystemTapOptionsTab.31=For testing, act as though vmlinux and  modules  lack  debugging 
SystemTapOptionsTab.32=information.
SystemTapOptionsTab.33=Generate information on tapset coverage
SystemTapOptionsTab.34=Stop after specified pass. The passes are numbered 1-5: parse, elaborate
SystemTapOptionsTab.35=,  translate,\t compile, run.\tSee the PROCESSING section for 
SystemTapOptionsTab.36=details.
SystemTapOptionsTab.37=Use NUM megabyte buffers for kernel-to-user data transfer.  On a 
SystemTapOptionsTab.38=multiprocessor in bulk mode, this is a per-processor amount.
SystemTapOptionsTab.39=Sets target() to PID. This allows scripts\t to  be\t written  that 
SystemTapOptionsTab.4=\ informative (?) output each time option repeated.
SystemTapOptionsTab.40=filter on a specific process.
SystemTapOptionsTab.41=Graph the output. Enable only if using a generated StapGraph script.
SystemTapOptionsTab.42=Add the given C preprocessor directive to the module Makefile.  
SystemTapOptionsTab.43=These can be used to override limit parameters.
SystemTapOptionsTab.44=Binary Arguments
SystemTapOptionsTab.45=Please input the desired arguments, separated by spaces to be given to your binary.
SystemTapOptionsTab.46=No name -- set name attribute of extension
SystemTapOptionsTab.5=Keep the temporary directory after all processing.  This may  be 
SystemTapOptionsTab.6=useful in order to examine the generated C code, or to reuse the 
SystemTapOptionsTab.7=compiled kernel object.
SystemTapOptionsTab.8=Guru mode.  Enable parsing  of  unsafe  expert-level  constructs 
SystemTapOptionsTab.9=like embedded C.
SystemTapOptionsTab.IgnoreBadVars=--skip-badvars: Ignore out of context vars
SystemTapOptionsTab.ForTesting=--ignore-dwarf: Ignore debug info
SystemTapOptionsTab.Arguments=Arguments
SystemTapOptionsTab.BrowseFiles=Browse File System
SystemTapOptionsTab.BufferWith=Buffer with \# bytes:
SystemTapOptionsTab.Button_qInfo=-q : tapset coverage info
SystemTapOptionsTab.ColourCodes=Use colour-codes
SystemTapOptionsTab.CommandsTab=SystemTap options
SystemTapOptionsTab.ConfirmOverwriteFileMessage=Selected file exists - overwrite selected file during Profile?
SystemTapOptionsTab.ConfirmOverwriteFileTitle=Overwrite File?
SystemTapOptionsTab.FilesTab=Script and Output
SystemTapOptionsTab.FileSystem=Browse File System
SystemTapOptionsTab.GeneratedScriptsTitle=Script to be generated
SystemTapOptionsTab.GenerateScriptButton=Generate script
SystemTapOptionsTab.LeaveProbesRunning=-F: Leave probes running
SystemTapOptionsTab.MainTabName=SystemTap Configurations
SystemTapOptionsTab.PreprocessorDirective=Add C preprocessor directive
SystemTapOptionsTab.ProbeFunction=Probe function
SystemTapOptionsTab.ResourceButton=Select a Resource
SystemTapOptionsTab.ScriptSelector=Select a SystemTap script
SystemTapOptionsTab.SelectArguments=Enter arguments. Separate with spaces. "Probe Function" will insert a template for probing your program.
SystemTapOptionsTab.SelectBinary=Select a binary\n(Optional)
SystemTapOptionsTab.SelectOutput=Select output file\n(Optional)
SystemTapOptionsTab.SelectResource=Select a Resource
SystemTapOptionsTab.SelectSuppressions=Select a Suppressions File
SystemTapOptionsTab.SuppresionsFile=Select a Suppressions File
SystemTapOptionsTab.TargetPID=Target process pid:
SystemTapOptionsTab.WorkspaceButton=Browse Workspace
SystemTapOptionsTab.WorkspaceButton2=Browse Workspace
SystemtTapOptionsTab.Callgraph=Callgraph
SystemtTapOptionsTab.Choose_a_local_application=Choose a local application to profile
SystemtTapOptionsTab.Binaries=Binaries:
SystemtTapOptionsTab.Qualifier=Qualifier:

Back to the top