[ARM] Add stacktrace support and make oprofile use it
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 28 Apr 2007 08:59:37 +0000 (09:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 28 Apr 2007 08:59:37 +0000 (09:59 +0100)
commitf16fb1ecc5a1cb2f7cc595179d1fe55e711e599f
tree6fae06d1edc3cd1235149c4e68058120e00ef4a8
parented519dede3d705e1c0012acd5b8de4074aa30fa4
[ARM] Add stacktrace support and make oprofile use it

Add support for stacktrace.  Use the new stacktrace code with
oprofile instead of it's version; there's no point having
multiple versions of stacktracing in the kernel.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/kernel/Makefile
arch/arm/kernel/stacktrace.c [new file with mode: 0644]
arch/arm/kernel/stacktrace.h [new file with mode: 0644]
arch/arm/oprofile/backtrace.c