summaryrefslogtreecommitdiffstats
path: root/drivers/connector/Makefile
diff options
context:
space:
mode:
authorMatt Helsley2005-11-07 09:59:16 +0100
committerLinus Torvalds2005-11-07 16:53:35 +0100
commit9f46080c41d5f3f7c00b4e169ba4b0b2865258bf (patch)
treee2c029ef7f0cd5fb8ea9b78db3f7be5badaf59b1 /drivers/connector/Makefile
parent[PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACK (diff)
downloadkernel-qcow2-linux-9f46080c41d5f3f7c00b4e169ba4b0b2865258bf.tar.gz
kernel-qcow2-linux-9f46080c41d5f3f7c00b4e169ba4b0b2865258bf.tar.xz
kernel-qcow2-linux-9f46080c41d5f3f7c00b4e169ba4b0b2865258bf.zip
[PATCH] Process Events Connector
This patch adds a connector that reports fork, exec, id change, and exit events for all processes to userspace. It replaces the fork_advisor patch that ELSA is currently using. Applications that may find these events useful include accounting/auditing (e.g. ELSA), system activity monitoring (e.g. top), security, and resource management (e.g. CKRM). Signed-off-by: Matt Helsley <matthltc@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/connector/Makefile')
-rw-r--r--drivers/connector/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/connector/Makefile b/drivers/connector/Makefile
index 12ca79e8234d..1f255e46e916 100644
--- a/drivers/connector/Makefile
+++ b/drivers/connector/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_CONNECTOR) += cn.o
+obj-$(CONFIG_PROC_EVENTS) += cn_proc.o
cn-y += cn_queue.o connector.o