[Bug runtime/6488] New: remove unnecessary locking in print paths
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Wed May 7 19:25:00 GMT 2008
runtime/print* and callees has several spinlock/irqsave calls.
When called from systemtap probes, these are not necessary since
irq's etc. are already all disabled, so we're wasting time.
If there exist other callers (module startup/shutdown yak perhaps),
these should be modified to include lock/unlock wrappers to
emulate probe-handler (atomic) context.
--
Summary: remove unnecessary locking in print paths
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: fche at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=6488
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list