diff options
author | fche <fche> | 2006-02-07 16:39:43 +0000 |
---|---|---|
committer | fche <fche> | 2006-02-07 16:39:43 +0000 |
commit | 3c0695de4581106181f088848b8ec6c26300336b (patch) | |
tree | b1873810a701968ec67aa428828da870923fb645 /tapset | |
parent | c11a1f978dd849252d1ba43702a2832e02b62ed5 (diff) | |
download | systemtap-steved-3c0695de4581106181f088848b8ec6c26300336b.tar.gz systemtap-steved-3c0695de4581106181f088848b8ec6c26300336b.tar.xz systemtap-steved-3c0695de4581106181f088848b8ec6c26300336b.zip |
more generic documentation
Diffstat (limited to 'tapset')
-rw-r--r-- | tapset/syscalls2.stp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp index ab11860c..de79060c 100644 --- a/tapset/syscalls2.stp +++ b/tapset/syscalls2.stp @@ -7,8 +7,11 @@ // Public License (GPL); either version 2, or (at your option) any // later version. -/* Each syscall returns the calls parameters. In addition, the following -* variables are set: +/* Each syscall probe collects the call's standard parameters. Beyond that: +* +* User-space pointers, including chacter strings, are stored as +* integer variables named "foo_uaddr", to which one might apply +* user_string(). * * name - generally the syscall name minus the "sys_". * |