Re: [RFC] Kprobes: Multiple probes feature at given address

2005-04-11 Thread Prasanna S Panchamukhi
Thanks Maneesh for your comments. Please find the patch below. > [..] > > Assumption : If a user has already inserted a probe using old > > register_kprobe() > > routine, and later wants to insert another probe at the same address using > > register_multiprobe() routine, then register_multiprobe(

Re: [RFC] Kprobes: Multiple probes feature at given address

2005-04-10 Thread Maneesh Soni
On Fri, Apr 08, 2005 at 08:17:46PM +0530, Prasanna S Panchamukhi wrote: [..] > Assumption : If a user has already inserted a probe using old > register_kprobe() > routine, and later wants to insert another probe at the same address using > register_multiprobe() routine, then register_multiprobe()

[RFC] Kprobes: Multiple probes feature at given address

2005-04-08 Thread Prasanna S Panchamukhi
Hi, Patch below provides multiple probe feature at a given address. Please provide your review comments. Thanks Prasanna Here is an attempt to provide multiple handlers feature as an addon patch over the existing kprobes infrastructure without even changing existing kprobes infrastructure. The