Jump to content

User:Tbscope/DebuggingWithSystemtapIndex: Difference between revisions

From KDE TechBase
Tbscope (talk | contribs)
Another better layout
Tbscope (talk | contribs)
Create placeholders for more information
Line 1: Line 1:
== What is Systemtap ==
todo: put a short and clean description of systemtap here.
== Installing Systemtap ==
todo: Add sections on how to easily install systemtap.
== Systemtap basics ==
todo: How to use Systemtap, the basics.
== Example scripts ==
== Example scripts ==


;[[User:Tbscope/examplesystemtapscripts/usingsysopen|Using sys_open]]
;[[User:Tbscope/examplesystemtapscripts/usingsysopen|Using sys_open]]
:''This example script uses the kernel sys_open function to see which file is being opened by which process''
:''This example script uses the kernel sys_open function to see which file is being opened by which process''

Revision as of 17:01, 29 November 2008

What is Systemtap

todo: put a short and clean description of systemtap here.

Installing Systemtap

todo: Add sections on how to easily install systemtap.

Systemtap basics

todo: How to use Systemtap, the basics.

Example scripts

Using sys_open
This example script uses the kernel sys_open function to see which file is being opened by which process