summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJovi Zhangwei2013-10-09 16:47:51 +0200
committerGreg Kroah-Hartman2013-10-11 19:58:32 +0200
commitc63a164271f81220ff4966d41218a9101f3d0ec4 (patch)
treec6e8ac15275fd0bb602bc25297e8eaa040b51443 /MAINTAINERS
parentstaging: comedi: avoid memleak for subdevice private (diff)
downloadkernel-qcow2-linux-c63a164271f81220ff4966d41218a9101f3d0ec4.tar.gz
kernel-qcow2-linux-c63a164271f81220ff4966d41218a9101f3d0ec4.tar.xz
kernel-qcow2-linux-c63a164271f81220ff4966d41218a9101f3d0ec4.zip
staging: ktap: add to the kernel tree
This patch introduces ktap to staging tree. ktap is a new script-based dynamic tracing tool for Linux, it uses a scripting language and lets users trace the Linux kernel dynamically. ktap is designed to give operational insights with interoperability that allow users to tune, troubleshoot and extend kernel and application. It's similar with Linux Systemtap and Solaris Dtrace. ktap have different design principles from Linux mainstream dynamic tracing language in that it's based on bytecode, so it doesn't depend upon GCC, doesn't require compiling kernel module for each script, safe to use in production environment, fulfilling the embedded ecosystem's tracing needs. See ktap tutorial for more information: http://www.ktap.org/doc/tutorial.html The merit of putting this software in staging tree is to make it more possible to get feedback from users and thus polish the code. Signed-off-by: Jovi Zhangwei <jovi.zhangwei@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0ad4692c2820..500c8fa86133 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4748,6 +4748,13 @@ S: Maintained
F: Documentation/hwmon/k8temp
F: drivers/hwmon/k8temp.c
+KTAP
+M: zhangwei(Jovi) <jovi.zhangwei@gmail.com>
+W: http://www.ktap.org
+L: ktap@freelists.org
+S: Maintained
+F: drivers/staging/ktap/
+
KCONFIG
M: Michal Marek <mmarek@suse.cz>
L: linux-kbuild@vger.kernel.org