Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sysrq.c File Reference
#include <linux/kallsyms.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <asm/sysrq.h>

Go to the source code of this file.

Functions

void show_trace (struct task_struct *task, unsigned long *stack)
 
void dump_stack (void)
 
 EXPORT_SYMBOL (dump_stack)
 
void show_stack (struct task_struct *task, unsigned long *esp)
 

Function Documentation

void dump_stack ( void  )

Definition at line 42 of file sysrq.c.

EXPORT_SYMBOL ( dump_stack  )
void show_stack ( struct task_struct task,
unsigned long esp 
)

Definition at line 55 of file sysrq.c.

void show_trace ( struct task_struct task,
unsigned long stack 
)

Definition at line 14 of file sysrq.c.