kmemleak: Save the stack trace for early allocations
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 27 Aug 2009 13:29:17 +0000 (14:29 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 27 Aug 2009 13:29:17 +0000 (14:29 +0100)
Before slab is initialised, kmemleak save the allocations in an early
log buffer. They are later recorded as normal memory allocations. This
patch adds the stack trace saving to the early log buffer, otherwise the
information shown for such objects only refers to the kmemleak_init()
function.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found