Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/kallsyms.h>
#include <linux/stacktrace.h>
Go to the source code of this file.
Functions | |
void | print_stack_trace (struct stack_trace *trace, int spaces) |
EXPORT_SYMBOL_GPL (print_stack_trace) | |
__weak void | save_stack_trace_tsk (struct task_struct *tsk, struct stack_trace *trace) |
__weak void | save_stack_trace_regs (struct pt_regs *regs, struct stack_trace *trace) |
EXPORT_SYMBOL_GPL | ( | print_stack_trace | ) |
Definition at line 14 of file stacktrace.c.
Definition at line 40 of file stacktrace.c.
__weak void save_stack_trace_tsk | ( | struct task_struct * | tsk, |
struct stack_trace * | trace | ||
) |
Definition at line 34 of file stacktrace.c.