From: Eduard - Gabriel Munteanu Date: Sun, 10 Aug 2008 17:14:03 +0000 (+0300) Subject: kmemtrace: Core implementation. X-Git-Tag: v2.6.30-rc1~2^2~204^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ce08c01020eb28bfbfa6faf1c740281c5f418e;p=pandora-kernel.git kmemtrace: Core implementation. kmemtrace provides tracing for slab allocator functions, such as kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected data is then fed to the userspace application in order to analyse allocation hotspots, internal fragmentation and so on, making it possible to see how well an allocator performs, as well as debug and profile kernel code. Signed-off-by: Eduard - Gabriel Munteanu Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed