Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Systemtap/User Guide/ide/probeAliasBrowser.html

< Linux Tools Project‎ | Systemtap/User Guide‎ | ide
Revision as of 06:07, 9 November 2010 by Unnamed Poltroon (Talk) (New page: <h2> Probe Alias Browser </h2> The Probe Alias Browser lists all of the probe aliases that are defined in the tapset library. Probes are grouped based on their type. In addition to the ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Probe Alias Browser

The Probe Alias Browser lists all of the probe aliases that are defined in the tapset library. Probes are grouped based on their type. In addition to the list of probes, each probe lists all of the variables that it has access to. Each variable is listed with an icon that represents its type. Types are as follows:

  • <img src="images/var_str.gif"> String
  • <img src="images/var_long.gif"> Long
  • <img src="images/var_unk.gif"> Unknown

If you double click on any probe alias, probe point will be added to the end of the active editor. Also if you right click on a probe and click "View Definition" the tapset file where the probe is defined will be opened.


<img src="images/ProbeAlias.png">

Back to the top