This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug kprobes/2062] Return probes does not scale well on SMP box


------- Additional Comments From jkenisto at us dot ibm dot com  2006-04-18 18:09 -------
Created an attachment (id=974)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=974&action=view)
Thoughts on finer-grained locking for return probes

I don't see how we can avoid significant lock overhead, because kretprobe data
structures are much more dynamic that kprobe data structures: we're constantly
moving kretprobe_instances back and forth between the kretprobe's free list and
kretprobe_inst_table[].

I've been thinking about this issue, though.  Attached are my current thoughts
on finer-grained locking.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2062

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]