From b80e42444a0add45a63ad0f83a2bdfc3afad1ed9 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 1 Feb 2006 22:15:59 +0000 Subject: 2006-02-01 Martin Hunt * stapfuncs.5.in: Document is_return(), returnval() and probefunc(). * testsuite/buildok/syscall.stp: Basic syscall test. --- stapfuncs.5.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'stapfuncs.5.in') diff --git a/stapfuncs.5.in b/stapfuncs.5.in index f68f462d..0e74438d 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -169,10 +169,22 @@ pp:string () 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 -- cgit