User:Tbscope/DebuggingWithSystemtapIndex: Difference between revisions

From KDE TechBase
(Using sys_open with systemtap)
(Another better layout)
Line 1: Line 1:
== Example scripts ==
== Example scripts ==


[[User:Tbscope/examplesystemtapscripts/usingsysopen]] Using sys_open to see which files are opened by a process.
;[[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''

Revision as of 16:57, 29 November 2008

Example scripts

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