]> git.baikalelectronics.ru Git - kernel.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)
commitb1e2206e98410d27bd04b5f35c9da71f172261b3
tree1106f4a1718f5ed09625f75c95a8bc06635231de
parent8a3d46e48bd13e2af9b1d241a723d8f43e1c5cb2
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