]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3a144cb25bb499d11efe35f4ec4f576bb29a3881
tree6fae06d1edc3cd1235149c4e68058120e00ef4a8
parentb5fd88e569ec1cdd5da0699c7fefbcd51c1cbf16
[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