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