]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: add the capability to print fuzzy backtraces
authorArjan van de Ven <arjan@linux.intel.com>
Wed, 30 Jan 2008 12:33:07 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:07 +0000 (13:33 +0100)
commitbc850d6b374fffd08336996f4b4d3bbd6bf427f6
tree1106f4a1718f5ed09625f75c95a8bc06635231de
parent3d1f7cae883ce4aac99c661562111a25d52effe0
x86: add the capability to print fuzzy backtraces

For enhancing the 32 bit EBP based backtracer, I need the capability
for the backtracer to tell it's customer that an entry is either
reliable or unreliable, and the backtrace printing code then needs to
print the unreliable ones slightly different.

This patch adds the basic capability, the next patch will add a user
of this capability.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/pci-gart_64.c
arch/x86/kernel/process_64.c
arch/x86/kernel/stacktrace.c
arch/x86/kernel/traps_32.c
arch/x86/kernel/traps_64.c
arch/x86/mm/fault_64.c
arch/x86/oprofile/backtrace.c
include/asm-x86/kdebug.h
include/asm-x86/stacktrace.h