[PATCH] kprobes: Allow multiple kprobes at the same address
authorAnanth N Mavinakayanahalli <amavin@redhat.com>
Thu, 5 May 2005 23:15:42 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:39 +0000 (16:36 -0700)
commit64f562c6df3cfc5d1b2b4bdbcb7951457df9c237
tree5fecfd97cfa1965185ec2254668d90d8f03e3f5f
parent04dea5f93231204cc3ca0ab793ce76dbb10c86ba
[PATCH] kprobes: Allow multiple kprobes at the same address

Allow registration of multiple kprobes at an address in an architecture
agnostic way.  Corresponding handlers will be invoked in a sequence.  But,
a kprobe and a jprobe can't (yet) co-exist at the same address.

Signed-off-by: Ananth N Mavinakayanahalli <amavin@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/kprobes.h
kernel/kprobes.c