This is the mail archive of the systemtap-cvs@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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-90-g645383d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  645383d5fadc13c8b6fdf84d125bd9b97e575f00 (commit)
       via  4f244435390ef35d32c801fd816bf6b8cec9b850 (commit)
      from  321bfb89c4f0c609ec93a98ebdd10fd7ea04a971 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 645383d5fadc13c8b6fdf84d125bd9b97e575f00
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Feb 14 15:20:51 2011 -0800

    Add stap_spawn_piped
    
    * util.cxx (stap_spawn_piped): New, lets one spawn a process with
      pipes attached to stdout and/or stderr.
      (stap_system_read): Use it.

commit 4f244435390ef35d32c801fd816bf6b8cec9b850
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Feb 14 15:15:43 2011 -0800

    Move multi-target pass-5 into the remote class
    
    * remote.cxx (remote::run): New, handle pass-5 for multiple targets.
      (remote::start, remote::finish): Make these private.
    * main.cxx (pass_5): Use remote::run.

-----------------------------------------------------------------------

Summary of changes:
 main.cxx   |    6 +----
 remote.cxx |   49 ++++++++++++++++++++++++++++----------
 remote.h   |    7 ++++-
 util.cxx   |   75 ++++++++++++++++++++++++++++++++++++++++--------------------
 util.h     |    2 +
 5 files changed, 94 insertions(+), 45 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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