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 fche at redhat dot com  2006-04-19 21:56 -------
If it were a matter only of accelerating *allocation* and *deallocation* of the
kretprobe_instances, sure, per-cpu free_instances pools would be handy.  But the
code also needs to deal with *lookup*, which needs to search cross-cpus thus a
shared used_instances.

Perhaps the single global kretprobe_lock could be replaced with per-kretprobe locks?

-- 


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]