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

Function Documentation

EXPORT_SYMBOL_GPL ( print_stack_trace  )
void print_stack_trace ( struct stack_trace *  trace,
int  spaces 
)

Definition at line 14 of file stacktrace.c.

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

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.