|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/thread_info.h>#include <linux/mm.h>#include <linux/uaccess.h>#include <linux/module.h>#include <asm/trace.h>Go to the source code of this file.
Functions | |
| void | show_stack (struct task_struct *task, unsigned long *stack) |
| EXPORT_SYMBOL (show_stack) | |
| void | dump_stack (void) |
| EXPORT_SYMBOL (dump_stack) | |
Definition at line 163 of file dumpstack.c.
| EXPORT_SYMBOL | ( | show_stack | ) |
| EXPORT_SYMBOL | ( | dump_stack | ) |
| void show_stack | ( | struct task_struct * | task, |
| unsigned long * | stack | ||
| ) |
Definition at line 35 of file dumpstack.c.
1.8.2