aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>2008-08-10 13:14:03 -0400
committerPekka Enberg <penberg@cs.helsinki.fi>2008-12-29 08:34:01 -0500
commitb9ce08c01020eb28bfbfa6faf1c740281c5f418e (patch)
treeb42bbda9a44a9e62d952816482b340bc4b70870b /MAINTAINERS
parent35995a4d815586bc968a857f7235707940a2f755 (diff)
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 <eduard.munteanu@linux360.ro> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 618c1ef4a397..e2b3c8555051 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2565,6 +2565,12 @@ M: jason.wessel@windriver.com
2565L: kgdb-bugreport@lists.sourceforge.net 2565L: kgdb-bugreport@lists.sourceforge.net
2566S: Maintained 2566S: Maintained
2567 2567
2568KMEMTRACE
2569P: Eduard - Gabriel Munteanu
2570M: eduard.munteanu@linux360.ro
2571L: linux-kernel@vger.kernel.org
2572S: Maintained
2573
2568KPROBES 2574KPROBES
2569P: Ananth N Mavinakayanahalli 2575P: Ananth N Mavinakayanahalli
2570M: ananth@in.ibm.com 2576M: ananth@in.ibm.com