commit | 189d84ed54bbb05aac5b24d9d784d86c4d37f807 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Aug 27 14:29:15 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Aug 27 14:29:15 2009 +0100 |
tree | 6a856fddf93cd6688978d2d675623c96de4c46cd | |
parent | af98603dad87e393d2fc57117fe8a2aa6d620a0c [diff] |
kmemleak: Dump object information on request By writing dump=<addr> to the kmemleak file, kmemleak will look up an object with that address and dump the information it has about it to syslog. This is useful in debugging memory leaks. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>