]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] lockdep: stacktrace subsystem, core
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:24:38 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:02 +0000 (15:27 -0700)
commit560301022ae8dcc57f504bae2a758ef7c2707b6c
tree83ca3ab38ab4d12f4e10176ba01ae33809388767
parent0042599aca4b448c19d299a01483b5f003e04547
[PATCH] lockdep: stacktrace subsystem, core

Framework to generate and save stacktraces quickly, without printing anything
to the console.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/stacktrace.h [new file with mode: 0644]
kernel/Makefile
kernel/stacktrace.c [new file with mode: 0644]
lib/Kconfig.debug