Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [ARM] 5382/1: unwind: Reorganise the stacktrace support | Catalin Marinas | 2009-02-12 |
| | | | | | | | | | This patch changes the walk_stacktrace and its callers for easier integration of stack unwinding. The arch/arm/kernel/stacktrace.h file is also moved to arch/arm/include/asm/stacktrace.h. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | [ARM] Add stacktrace support and make oprofile use it | Russell King | 2007-04-28 |
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> |