From 33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 21 Mar 2005 21:47:54 +0000 Subject: *** empty log message *** --- runtime/docs/html/stack_8c.html | 125 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 runtime/docs/html/stack_8c.html (limited to 'runtime/docs/html/stack_8c.html') diff --git a/runtime/docs/html/stack_8c.html b/runtime/docs/html/stack_8c.html new file mode 100644 index 00000000..0b8cc43d --- /dev/null +++ b/runtime/docs/html/stack_8c.html @@ -0,0 +1,125 @@ + + +SystemTap: SystemTap Runtime Library + + +
Intro | Functions | Defines | Enumerations | Enumeration Values
+ + +

stack.c File Reference

+

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

Functions

int __kernel_text_address (unsigned long addr)
void show_trace (struct task_struct *task, unsigned long *stack)
void dump_stack (void)
+


Function Documentation

+

+ + + + +
+ + + + + + + + + +
int __kernel_text_address unsigned long  addr  ) 
+
+ + + + + +
+   + + +

+ +

+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
+ + -- cgit