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

Go to the source code of this file.

Data Structures

struct  stackframe
 

Macros

#define unwind_frame(f)   (-EINVAL)
 

Functions

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

Macro Definition Documentation

#define unwind_frame (   f)    (-EINVAL)

Definition at line 26 of file stacktrace.h.

Function Documentation

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

Definition at line 46 of file stacktrace.c.