From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/group__stack.html | 129 ------------------------------------ 1 file changed, 129 deletions(-) delete mode 100644 runtime/docs/html/group__stack.html (limited to 'runtime/docs/html/group__stack.html') diff --git a/runtime/docs/html/group__stack.html b/runtime/docs/html/group__stack.html deleted file mode 100644 index ab4922e5..00000000 --- a/runtime/docs/html/group__stack.html +++ /dev/null @@ -1,129 +0,0 @@ - - -SystemTap: Stack Tracing Functions - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

Stack Tracing Functions

- - - - - - - - -

Functions

void _stp_stack_print (int verbose, int levels)
 Print stack dump.
String _stp_stack_sprint (String str, int verbose, int levels)
 Writes stack dump to a String.
-

Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - -
void _stp_stack_print int  verbose,
int  levels
-
- - - - - -
-   - - -

-Print stack dump. -

-Prints a stack dump to the print buffer.

Parameters:
- - - -
verbose Verbosity
levels Number of levels to trace.
-
-
Todo:
Implement verbosity and levels parameters.
-

-

Bug:
levels parameter is not functional
- -

-Definition at line 155 of file stack.c.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
String _stp_stack_sprint String  str,
int  verbose,
int  levels
-
- - - - - -
-   - - -

-Writes stack dump to a String. -

-

Parameters:
- - - - -
str String
verbose Verbosity
levels Number of levels to trace.
-
-
Returns:
Same String as was input.
-
Todo:
Implement verbosity and levels parameters.
-

-

Bug:
levels parameter is not functional
- -

-Definition at line 171 of file stack.c. -

-References _stp_log().

- -- cgit