Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
stacktrace.h File Reference

Go to the source code of this file.

Data Structures

struct  stackframe
 

Functions

int unwind_frame (struct stackframe *frame)
 
void walk_stackframe (struct stackframe *frame, int(*fn)(struct stackframe *, void *), void *data)
 

Function Documentation

int unwind_frame ( struct stackframe frame)

Definition at line 330 of file unwind.c.

void walk_stackframe ( struct stackframe frame,
int(*)(struct stackframe *, void *)  fn,
void data 
)

Definition at line 46 of file stacktrace.c.