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

Go to the source code of this file.

Data Structures

struct  stack_frame_user
 

Functions

void save_stack_trace (struct stack_trace *trace)
 
 EXPORT_SYMBOL_GPL (save_stack_trace)
 
void save_stack_trace_regs (struct pt_regs *regs, struct stack_trace *trace)
 
void save_stack_trace_tsk (struct task_struct *tsk, struct stack_trace *trace)
 
 EXPORT_SYMBOL_GPL (save_stack_trace_tsk)
 
void save_stack_trace_user (struct stack_trace *trace)
 

Function Documentation

EXPORT_SYMBOL_GPL ( save_stack_trace  )
EXPORT_SYMBOL_GPL ( save_stack_trace_tsk  )
void save_stack_trace ( struct stack_trace *  trace)

Definition at line 61 of file stacktrace.c.

void save_stack_trace_regs ( struct pt_regs regs,
struct stack_trace *  trace 
)

Definition at line 69 of file stacktrace.c.

void save_stack_trace_tsk ( struct task_struct tsk,
struct stack_trace *  trace 
)

Definition at line 76 of file stacktrace.c.

void save_stack_trace_user ( struct stack_trace *  trace)

Definition at line 135 of file stacktrace.c.