commit | fd6789675ebfb9185cb4fb68dc51010b4e95d952 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Aug 27 14:29:17 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Aug 27 14:29:17 2009 +0100 |
tree | 788cf2a0ac4a1db7f2cf6db5c586085548742c85 | |
parent | a6186d89c913b176e7339f37a4ec6ccb38b2c5c0 [diff] |
kmemleak: Save the stack trace for early allocations 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>