Linux Kernel
3.7.1
|
#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 | |
void notrace | walk_stackframe (struct stackframe *frame, int(*fn)(struct stackframe *, void *), void *data) |
EXPORT_SYMBOL (walk_stackframe) | |
EXPORT_SYMBOL | ( | walk_stackframe | ) |
void notrace walk_stackframe | ( | struct stackframe * | frame, |
int(*)(struct stackframe *, void *) | fn, | ||
void * | data | ||
) |
Definition at line 46 of file stacktrace.c.