This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/9930] New: produce more information about probe reentrancy
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 7 Mar 2009 17:28:14 -0000
- Subject: [Bug translator/9930] New: produce more information about probe reentrancy
- Reply-to: sourceware-bugzilla at sourceware dot org
With tracepoints, it's easy to generate unintentionally reentrant probes.
# stap -t -e 'probe trace("*") {}' -w
running for a while produces
WARNING: Number of errors:, skipped probes: NNN
WARNING: Skipped due to reentrancy: NNN
It would be nice to track which probes are reentrant with respect to which
others. The results may be very intuitive (tracepoints associated with
hardware interrupts), in which case we may need to relax the MAXSKIPPED/etc.
logic for reentrancy, so that such a common case is not penalized.
--
Summary: produce more information about probe reentrancy
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: fche at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=9930
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.