mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] i386: Do stacktracer conversion too
Following x86-64 patches. Reuses code from them in fact. Convert the standard backtracer to do all output using callbacks. Use the x86-64 stack tracer implementation that uses these callbacks to implement the stacktrace interface. This allows to use the new dwarf2 unwinder for stacktrace and get better backtraces. Cc: mingo@elte.hu Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
be7a91709b
commit
2b14a78cd0
4 changed files with 82 additions and 121 deletions
1
include/asm-i386/stacktrace.h
Normal file
1
include/asm-i386/stacktrace.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <asm-x86_64/stacktrace.h>
|
Loading…
Add table
Add a link
Reference in a new issue