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 runtime/6488] New: remove unnecessary locking in print paths


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.


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