From 3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 15:17:29 +0000 Subject: Update to use relayfs. --- runtime/docs/html/group__stack.html | 51 +++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) (limited to 'runtime/docs/html/group__stack.html') diff --git a/runtime/docs/html/group__stack.html b/runtime/docs/html/group__stack.html index bf112d0a..159a529f 100644 --- a/runtime/docs/html/group__stack.html +++ b/runtime/docs/html/group__stack.html @@ -8,11 +8,58 @@

Stack Tracing Functions

- + + +

Functions

-void _stp_stack_print (int verbose, int levels)
void _stp_stack_print (int verbose, int levels)
 Print stack dump.
char * _stp_stack_sprint (int verbose, int levels)
+

Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
void _stp_stack_print int  verbose,
int  levels
+
+ + + + +
+   + + +

+Print stack dump. +

+Prints a stack dump to the trace buffer.

Parameters:
+ + +
verbose Verbosity:
+
+ +

+Definition at line 151 of file stack.c.

-- cgit