diff options
Diffstat (limited to 'arch/x86/include/asm/stacktrace.h')
-rw-r--r-- | arch/x86/include/asm/stacktrace.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/stacktrace.h b/arch/x86/include/asm/stacktrace.h index 6c75151a3cca..35e89122a42f 100644 --- a/arch/x86/include/asm/stacktrace.h +++ b/arch/x86/include/asm/stacktrace.h | |||
@@ -22,6 +22,12 @@ print_context_stack(struct thread_info *tinfo, | |||
22 | const struct stacktrace_ops *ops, void *data, | 22 | const struct stacktrace_ops *ops, void *data, |
23 | unsigned long *end, int *graph); | 23 | unsigned long *end, int *graph); |
24 | 24 | ||
25 | extern unsigned long | ||
26 | print_context_stack_bp(struct thread_info *tinfo, | ||
27 | unsigned long *stack, unsigned long bp, | ||
28 | const struct stacktrace_ops *ops, void *data, | ||
29 | unsigned long *end, int *graph); | ||
30 | |||
25 | /* Generic stack tracer with callbacks */ | 31 | /* Generic stack tracer with callbacks */ |
26 | 32 | ||
27 | struct stacktrace_ops { | 33 | struct stacktrace_ops { |