commit | b66930052abf2e41b8a978ae265303917cbe6fa0 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Sep 28 17:22:56 2011 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Dec 02 16:12:42 2011 +0000 |
tree | bedb2569b18cb11e9cb1b0a41e7ddb6575ba5e51 | |
parent | 5f79020cb9fea59a5d4d1712bcd320523b129b35 [diff] |
kmemleak: When the early log buffer is exceeded, report the actual number Just telling that the early log buffer has been exceeded doesn't mean much. This patch moves the error printing to the kmemleak_init() function and displays the actual calls to the kmemleak API during early logging. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>