public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug dyninst/14706] New: Support multiple target processes in stapdyn
@ 2012-10-11 19:22 jistone at redhat dot com
  2013-01-18  2:54 ` [Bug dyninst/14706] " jistone at redhat dot com
  2013-02-07 21:18 ` jistone at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: jistone at redhat dot com @ 2012-10-11 19:22 UTC (permalink / raw)
  To: systemtap


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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug dyninst/14706] Support multiple target processes in stapdyn
  2012-10-11 19:22 [Bug dyninst/14706] New: Support multiple target processes in stapdyn jistone at redhat dot com
@ 2013-01-18  2:54 ` jistone at redhat dot com
  2013-02-07 21:18 ` jistone at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: jistone at redhat dot com @ 2013-01-18  2:54 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=14706

--- Comment #1 from Josh Stone <jistone at redhat dot com> 2013-01-18 02:54:30 UTC ---
There have been many commits as baby steps towards shared memory, but commit
f4d70a33 is the first that's finally running across processes.  As planned,
begin/end/timers are now running directly in stapdyn, while uprobes/utrace-like
probes run in the target process.

Next is to follow fork/exec to really have multiple process targets.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug dyninst/14706] Support multiple target processes in stapdyn
  2012-10-11 19:22 [Bug dyninst/14706] New: Support multiple target processes in stapdyn jistone at redhat dot com
  2013-01-18  2:54 ` [Bug dyninst/14706] " jistone at redhat dot com
@ 2013-02-07 21:18 ` jistone at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: jistone at redhat dot com @ 2013-02-07 21:18 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=14706

--- Comment #2 from Josh Stone <jistone at redhat dot com> 2013-02-07 21:17:25 UTC ---
Forks should work as of commits 72100304 and 964519ac.

Exec is started in commit b9babf95, but that still has issues to work out.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-07 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-11 19:22 [Bug dyninst/14706] New: Support multiple target processes in stapdyn jistone at redhat dot com
2013-01-18  2:54 ` [Bug dyninst/14706] " jistone at redhat dot com
2013-02-07 21:18 ` jistone at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).