diff options
| author | Ingo Molnar <mingo@elte.hu> | 2011-07-04 12:27:28 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2011-07-04 12:27:28 +0200 |
| commit | 9f8b6a6cf0ee78de87ebe1e87f54bec1c1741ef7 (patch) | |
| tree | 083e4b99c53ea1bd3efb35286ebeb5a335fd555e /arch/mips/include/asm/stacktrace.h | |
| parent | 729aa21ab85b5d24f3c2b1e581d71c2333f46628 (diff) | |
| parent | a406ab6d77ea86ba7c713276f30ed7058ca64e31 (diff) | |
| download | olio-linux-3.10-9f8b6a6cf0ee78de87ebe1e87f54bec1c1741ef7.tar.xz olio-linux-3.10-9f8b6a6cf0ee78de87ebe1e87f54bec1c1741ef7.zip | |
Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core
Diffstat (limited to 'arch/mips/include/asm/stacktrace.h')
| -rw-r--r-- | arch/mips/include/asm/stacktrace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/stacktrace.h b/arch/mips/include/asm/stacktrace.h index 0bf82818aa5..780ee2c2a2a 100644 --- a/arch/mips/include/asm/stacktrace.h +++ b/arch/mips/include/asm/stacktrace.h @@ -7,6 +7,10 @@ extern int raw_show_trace; extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, unsigned long pc, unsigned long *ra); +extern unsigned long unwind_stack_by_address(unsigned long stack_page, + unsigned long *sp, + unsigned long pc, + unsigned long *ra); #else #define raw_show_trace 1 static inline unsigned long unwind_stack(struct task_struct *task, |