This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug dyninst/14706] New: Support multiple target processes in stapdyn
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 11 Oct 2012 19:21:40 +0000
- Subject: [Bug dyninst/14706] New: Support multiple target processes in stapdyn
- Auto-submitted: auto-generated
http://sourceware.org/bugzilla/show_bug.cgi?id=14706
Bug #: 14706
Summary: Support multiple target processes in stapdyn
Product: systemtap
Version: unspecified
Status: NEW
Severity: enhancement
Priority: P2
Component: dyninst
AssignedTo: systemtap@sourceware.org
ReportedBy: jistone@redhat.com
Classification: Unclassified
We should support multiple target processes in stapdyn. This primarily means
following fork/exec process children from the initial target, but it could also
mean allowing multiple -c/-x targets, if we want.
We'll need shared memory between targets, at least for global variables
(including per-thread stats memory, so anyone can aggregate). Any events that
are not process specific (e.g. begin, end, timers) can run in the stapdyn
process, like they are now for the case with no target process.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.