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-275-g756cfd4


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  756cfd496a2c1dcae30914b05c5cdf6a10ca4671 (commit)
      from  d1d13a8b281f83f22f6bfe56dce1809260734140 (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 756cfd496a2c1dcae30914b05c5cdf6a10ca4671
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Apr 27 15:23:05 2011 -0700

    remote: Allow prefixing lines with the host index
    
    When --remote-prefix is given, each line from remote scripts will be
    prefixed with "N: ", where N is the index of that host among all the
    --remote options on the command line.
    
    * remote.h (class remote): Add an optional prefix string.
    * remote.cxx (remote::run): Set the prefix if desired.
      (stapsh::handle_poll): When using prefixes, read data line-wise.
    * session.cxx (systemtap_session): Add bool use_remote_prefix.
      (systemtap_session::parse_cmdline): Set it with --remote-prefix.

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

Summary of changes:
 remote.cxx  |   33 ++++++++++++++++++++++++++-------
 remote.h    |    1 +
 session.cxx |   18 +++++++++++++++++-
 session.h   |    1 +
 4 files changed, 45 insertions(+), 8 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]