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 dyninst/14706] New: Support multiple target processes in stapdyn


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.


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