|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/stacktrace.h>#include <linux/thread_info.h>#include <linux/module.h>Go to the source code of this file.
Data Structures | |
| struct | stackframe |
Functions | |
| register unsigned long current_frame_pointer | asm ("r30") |
| void | save_stack_trace (struct stack_trace *trace) |
| EXPORT_SYMBOL_GPL (save_stack_trace) | |
| register unsigned long current_frame_pointer asm | ( | "r30" | ) |
| EXPORT_SYMBOL_GPL | ( | save_stack_trace | ) |
Definition at line 36 of file stacktrace.c.
1.8.2