Linux Kernel
3.7.1
|
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) |
Definition at line 26 of file stacktrace.h.
void walk_stackframe | ( | struct stackframe * | frame, |
int(*)(struct stackframe *, void *) | fn, | ||
void * | data | ||
) |
Definition at line 46 of file stacktrace.c.