diff options
author | hunt <hunt> | 2006-02-01 22:15:59 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-02-01 22:15:59 +0000 |
commit | b80e42444a0add45a63ad0f83a2bdfc3afad1ed9 (patch) | |
tree | d782529187e8606cdef8b0d5964b9080b49b7d35 /stapfuncs.5.in | |
parent | ed9eb1787b052dbd53aa2ba98f79bc2e4aba3b75 (diff) | |
download | systemtap-steved-b80e42444a0add45a63ad0f83a2bdfc3afad1ed9.tar.gz systemtap-steved-b80e42444a0add45a63ad0f83a2bdfc3afad1ed9.tar.xz systemtap-steved-b80e42444a0add45a63ad0f83a2bdfc3afad1ed9.zip |
2006-02-01 Martin Hunt <hunt@redhat.com>
* stapfuncs.5.in: Document is_return(), returnval() and
probefunc().
* testsuite/buildok/syscall.stp: Basic syscall test.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index f68f462d..0e74438d 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -170,9 +170,21 @@ Return the probe point associated with the currently running probe handler, including alias and wildcard expansion effects. .TP +probefunc:string () +Return the probe point's function name. + +.TP target:long () Returns the pid of the target process. +.TP +is_return:long () +Returns 1 if the probe point is a return probe. + +.TP +returnval:long () +Gets the return value of a probed function. Must be a return probe. + .SS ERRNO .TP |