public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Multiple kprobes per address
@ 2002-11-08 21:00 Rusty Lynch
  2002-11-11  8:05 ` Vamsi Krishna S .
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Lynch @ 2002-11-08 21:00 UTC (permalink / raw)
  To: vamsi; +Cc: linux-kernel

I noticed that kprobes is designed around the idea of only allowing
a single probe point per probe address.  Why not allow multiple probe
points for a given probe address?  Is it a way of limiting complexity?

It looks like it would be fairly straight forward to change get_kprobe(addr)
to be get_kprobes(addr) where it returns a list of probe points associated
with the address, and then tweak do_int3 to work through the entire list.
Would such a change be acceptable?

     -rustyl

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-12  8:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-08 21:00 Multiple kprobes per address Rusty Lynch
2002-11-11  8:05 ` Vamsi Krishna S .
2002-11-11 18:35   ` Rusty Lynch
2002-11-12  8:33     ` Vamsi Krishna S .

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox