From ca947d81acf86cd346f139316e1287dcf42160de Mon Sep 17 00:00:00 2001 From: ddomingo Date: Tue, 2 Sep 2008 09:57:46 +1000 Subject: added all else --- doc/BeginnersGuide/en-US/Using_SystemTap.xml | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/BeginnersGuide/en-US/Using_SystemTap.xml (limited to 'doc/BeginnersGuide/en-US/Using_SystemTap.xml') diff --git a/doc/BeginnersGuide/en-US/Using_SystemTap.xml b/doc/BeginnersGuide/en-US/Using_SystemTap.xml new file mode 100644 index 00000000..f3f7a276 --- /dev/null +++ b/doc/BeginnersGuide/en-US/Using_SystemTap.xml @@ -0,0 +1,37 @@ + + + + + Using SystemTap + + short intro, contents of chapter + +
+ Setup and Installation + + required packages, installation thru yum, repos (?); possibly, a script to install all required packages + + + Cross-Compiling + TBD + +above; add short description, significance, howto, script (test first) + +
+ +
+ Usage + + basic commands (e.g. stap), useful options per command (e.g. stap -vv), tool references (man pages, related kernel-doc), references within book (i.e. errors chapter) + + + + running systemtap scripts + + + Tapsets: short intro on usage +
+ +
+ -- cgit