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, jistone/stapdyn, updated. release-1.7-230-g0c26033


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, jistone/stapdyn has been updated
       via  0c26033f4abcbee41fd2278b1c45e4975bddd1ad (commit)
       via  41d7d4fe3f84c1464ea38af98aa8d9a045f6cb4b (commit)
       via  b61527e56140d09c080cae897c5845fd6f968f88 (commit)
       via  4441e344f66b06ea3940c94fd13ba0f0aefe3109 (commit)
       via  84cccb3a506fd8cf761aa30ac281ca13675b2b28 (commit)
       via  141f85d7fad3acf4f353652da83a096718de248b (commit)
       via  92da1faec06b276bec4a0c14515280bdc579b601 (commit)
       via  18b89f52df5a25405917f165edad146a97619244 (commit)
       via  3a7ec735c3534dab0a30d257e24d01ffbfe52f40 (commit)
       via  03e16920394874fcf06e134d4b834eb9b97a65db (commit)
       via  c664a117a85d99601886069d0ad0a579d4eb702e (commit)
       via  516a427d886ac8342f135bf00c865665485b7962 (commit)
      from  138bbe90a2aa9094a625fc277c1f9799da91b421 (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 0c26033f4abcbee41fd2278b1c45e4975bddd1ad
Merge: 41d7d4f 84cccb3
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 11 16:18:09 2012 -0700

    Merge remote-tracking branch 'origin/master' into jistone/stapdyn

commit 41d7d4fe3f84c1464ea38af98aa8d9a045f6cb4b
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 11 16:17:41 2012 -0700

    stapdyn: Note TODOs for remote and csclient modes.

commit b61527e56140d09c080cae897c5845fd6f968f88
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 11 16:11:33 2012 -0700

    stapdyn: install runtime/dyninst/*.[ch]

commit 4441e344f66b06ea3940c94fd13ba0f0aefe3109
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 11 16:05:38 2012 -0700

    stapdyn: Excise the hard-coded STAPDYN flag
    
    This introduces a new --runtime=dyninst option to select this mode
    dynamically.  All the places that had compiled #ifdef STAPDYN checks are
    now toggled with a session variable based on this option.
    
    A few places in runtime/ and translator-generated code are now using
    __KERNEL__ to differentiate modes when necessary.

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

Summary of changes:
 AUTHORS                                           |    1 +
 Makefile.am                                       |    4 ++
 Makefile.in                                       |    2 +
 buildrun.cxx                                      |   28 +++++--------
 cache.cxx                                         |   26 ++----------
 cmdline.cxx                                       |    1 +
 cmdline.h                                         |    1 +
 csclient.cxx                                      |    4 +-
 hash.cxx                                          |    6 +--
 main.cxx                                          |   25 ++---------
 parse.cxx                                         |    4 ++
 runtime/dyninst/runtime.h                         |    2 +
 runtime/loc2c-runtime.h                           |    2 +-
 session.cxx                                       |   27 ++++++++++++-
 session.h                                         |    4 ++
 stap-report                                       |    2 +
 stapdyn/TODO                                      |   10 +++--
 tapsets.cxx                                       |   44 +++++++--------------
 testsuite/systemtap.base/bz6503.exp               |   25 +++++++++++-
 testsuite/systemtap.base/bz6503.stp               |    2 +
 testsuite/systemtap.examples/general/varwatch.stp |    3 +-
 testsuite/systemtap.printf/sharedbuf.exp          |    2 +-
 translate.cxx                                     |   31 +++++++++------
 23 files changed, 139 insertions(+), 117 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]