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/kernel.h>
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <asm/stacktrace.h>

Go to the source code of this file.

Functions

int unwind_frame (struct stackframe *frame)
 
void notrace walk_stackframe (struct stackframe *frame, int(*fn)(struct stackframe *, void *), void *data)
 
 EXPORT_SYMBOL (walk_stackframe)
 

Function Documentation

EXPORT_SYMBOL ( walk_stackframe  )
int unwind_frame ( struct stackframe frame)

Definition at line 38 of file stacktrace.c.

void notrace walk_stackframe ( struct stackframe frame,
int(*)(struct stackframe *, void *)  fn,
void data 
)

Definition at line 56 of file stacktrace.c.