commit | 64f562c6df3cfc5d1b2b4bdbcb7951457df9c237 | [log] [tgz] |
---|---|---|
author | Ananth N Mavinakayanahalli <amavin@redhat.com> | Thu May 05 16:15:42 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu May 05 16:36:39 2005 -0700 |
tree | 5fecfd97cfa1965185ec2254668d90d8f03e3f5f | |
parent | 04dea5f93231204cc3ca0ab793ce76dbb10c86ba [diff] |
[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>