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

Difference between revisions of "Linux Tools Project/Systemtap/User Guide/ide/creatingSystemtapScripts.html"

(New page: <h2> Creating SystemTap Scripts </h2> Create a SystemTap script by selecting <b><u>F</u>ile-><u>N</u>ew</b> in the IDE Perspective. You'll be prompted to enter a name for the file; <i>ma...)
 
 
Line 8: Line 8:
 
Your new file will be open and ready for coding in the Editor pane.<br><br>
 
Your new file will be open and ready for coding in the Editor pane.<br><br>
  
A <a href="../gettingstarted/IDETutorial.html">full length tutorial</a> is also provided in the help pages
+
A [[Linux_Tools_Project/Systemtap/User_Guide/ide/IDETutorial.html | IDE Tutorial ]] is also provided in the help pages
 
for a step by step demo.<br><br>
 
for a step by step demo.<br><br>
  
 
For advanced SystemTap langauge help please see the SystemTap Development User's  
 
For advanced SystemTap langauge help please see the SystemTap Development User's  
Guide and <a href="http://sourceware.org/systemtap/documentation.html">the SystemTap website's documentation
+
Guide and the documentation available at the SystemTap website's documentation
page.
+
page -  http://sourceware.org/systemtap/documentation.html

Latest revision as of 11:01, 9 November 2010

Creating SystemTap Scripts

Create a SystemTap script by selecting File->New in the IDE Perspective. You'll be prompted to enter a name for the file; make sure that you use a .stp extension or else SystemTap GUI will not recognize the file as a SystemTap script and certain editor and run features will not be active. Your new file will be open and ready for coding in the Editor pane.

A IDE Tutorial is also provided in the help pages for a step by step demo.

For advanced SystemTap langauge help please see the SystemTap Development User's Guide and the documentation available at the SystemTap website's documentation page - http://sourceware.org/systemtap/documentation.html

Back to the top