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.6-501-g5137a7a


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  5137a7a990ef7bc27022654775ce0aa86e0e9942 (commit)
       via  9c910acd0eddfb8ed0df5ac1fd4569fca7e8e7c6 (commit)
       via  78be4756cbb64f38086f10a162ba62efaf0df22b (commit)
      from  3c6dd54efb6de5b4d55e073c8d5884440aece135 (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 5137a7a990ef7bc27022654775ce0aa86e0e9942
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sun Nov 27 17:26:44 2011 -0500

    PR13354: remote_id() and remote_uri() tapset functions
    
    This little thing required changes all through the stack!
    
    * main.cxx (main): Pass the explicit --remote option index to the
      remote::create invocations.
    * remote.cxx (remote::create): Pass incoming index/uri to build staprun_r_arg.
      (direct::start): Use value.
      (stapsh::start): Use value if remote end is believed to be >= v1.7.
      (ssh_legacy_remote::start): Don't use value, as remote end may not know staprun -r.
    * remote.h (remote): New field staprun_r_arg.
    
    * runtime/transport/transport_msgs.h: Define new STP_REMOTE_ID message type.
    
    * runtime/staprun/common.c (parse_args, usage): Support new -r option.
    * runtime/staprun/staprun.8: Document it.
    * runtime/staprun/staprun.c: Pass remote id/uri to runtime via
      new STP_REMOTE_URI message.
    * runtime/staprun/staprun.h: Declare new variables.
    
    * runtime/transport/control.c (_stp_ctl_write_cmd): Accept STP_REMOTE_ID message
      from euid=0.
    * runtime/transport/transport.c (_stp_handle_remote_id): Process it.
    
    * tapset/context.stp (remote_id, remote_uri): New functions.
    * testsuite/systemtap.base/remote.exp: Extend to print/check those functions' values.

commit 9c910acd0eddfb8ed0df5ac1fd4569fca7e8e7c6
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sun Nov 27 16:07:59 2011 -0500

    PR13354: NEWS blurb for remote_id() and remote_uri()

commit 78be4756cbb64f38086f10a162ba62efaf0df22b
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sun Nov 27 15:56:32 2011 -0500

    PR13354: run remote.exp by default, even if $TESTREMOTES were unset
    
    Just run it with direct: and stapsh:

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

Summary of changes:
 NEWS                                |    3 ++
 main.cxx                            |    9 +++++-
 remote.cxx                          |   47 ++++++++++++++++++++++++++--------
 remote.h                            |    5 ++-
 runtime/staprun/common.c            |   20 +++++++++++++-
 runtime/staprun/staprun.8           |    4 +++
 runtime/staprun/staprun.c           |   13 +++++++++
 runtime/staprun/staprun.h           |    2 +
 runtime/transport/control.c         |   15 +++++++++++
 runtime/transport/transport.c       |    9 ++++++
 runtime/transport/transport_msgs.h  |   11 ++++++++
 tapset/context.stp                  |   30 ++++++++++++++++++++++
 testsuite/systemtap.base/remote.exp |   15 ++++++----
 testsuite/systemtap.base/remote.stp |    2 +-
 14 files changed, 161 insertions(+), 24 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]