|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/stacktrace.h>#include <linux/kallsyms.h>#include <linux/module.h>Go to the source code of this file.
Functions | |
| void | save_stack_trace (struct stack_trace *trace) |
| EXPORT_SYMBOL_GPL (save_stack_trace) | |
| void | save_stack_trace_tsk (struct task_struct *tsk, struct stack_trace *trace) |
| EXPORT_SYMBOL_GPL (save_stack_trace_tsk) | |
| EXPORT_SYMBOL_GPL | ( | save_stack_trace | ) |
| EXPORT_SYMBOL_GPL | ( | save_stack_trace_tsk | ) |
Definition at line 63 of file stacktrace.c.
| void save_stack_trace_tsk | ( | struct task_struct * | tsk, |
| struct stack_trace * | trace | ||
| ) |
Definition at line 85 of file stacktrace.c.
1.8.2