|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/stacktrace.h>#include <linux/thread_info.h>#include <linux/ftrace.h>#include <linux/export.h>#include <asm/ptrace.h>#include <asm/stacktrace.h>#include "kstack.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 73 of file stacktrace.c.
| void save_stack_trace_tsk | ( | struct task_struct * | tsk, |
| struct stack_trace * | trace | ||
| ) |
Definition at line 79 of file stacktrace.c.
1.8.2