Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dumpstack.c File Reference
#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)
 

Function Documentation

void dump_stack ( void  )

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.