From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/stack_8c.html | 123 +++++----------------------------------- 1 file changed, 13 insertions(+), 110 deletions(-) (limited to 'runtime/docs/html/stack_8c.html') diff --git a/runtime/docs/html/stack_8c.html b/runtime/docs/html/stack_8c.html index 0b8cc43d..65cb258e 100644 --- a/runtime/docs/html/stack_8c.html +++ b/runtime/docs/html/stack_8c.html @@ -1,125 +1,28 @@ -SystemTap: SystemTap Runtime Library +SystemTap: stack.c File Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

stack.c File Reference

+
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

stack.c File Reference

Stack Tracing Functions. More... +

+#include "sym.c"
+

Go to the source code of this file. - + - + - - -

Functions

int __kernel_text_address (unsigned long addr)
+void _stp_stack_print (int verbose, int levels)
void show_trace (struct task_struct *task, unsigned long *stack)
+char * _stp_stack_sprint (int verbose, int levels)
void dump_stack (void)
-


Function Documentation

-

- - - -
- - - - - - - - - -
int __kernel_text_address unsigned long  addr  ) 
-
- - - - - -
-   - - -

- +


Detailed Description

+Stack Tracing Functions.

-Definition at line 109 of file stack.c.

-

- - - - -
- - - - - - - - - -
void dump_stack void   ) 
-
- - - - - -
-   -

- -

-Definition at line 169 of file stack.c.

-

- - - - -
- - - - - - - - - - - - - - - - - - -
void show_trace struct task_struct *  task,
unsigned long *  stack
-
- - - - - -
-   - - -

- -

-Definition at line 142 of file stack.c.

-


Generated on Mon Mar 21 13:29:45 2005 for SystemTap by  - -doxygen 1.4.1
- - +Definition in file stack.c. -- cgit