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, pr6866, updated. release-0.9-225-gc7ce415


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, pr6866 has been updated
       via  c7ce415ebf181e818166644e572dfe04dbd7b6f6 (commit)
       via  1fa23e70a939c20664d7ae6ee5ef66b51835e0ee (commit)
       via  a99eea4f68db917268b83ab75574c832b646bd65 (commit)
       via  b08db79a21adfb5e2fb38b711269a7d0125d1d53 (commit)
       via  b1a4288cb2293d59010e3c0183f582b65b7e163e (commit)
       via  ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6 (commit)
       via  b278033a7e4632a414502b63ba51fcce36f44f94 (commit)
       via  a1c66a0f3d8795fbcf49ce936dee3c5645f0bfa6 (commit)
       via  11dc6a07aa2aa1c7da1738c20cbc5c19f878374b (commit)
       via  5fd5bcfa7af0b19c74ef23c872fa9894990ec641 (commit)
       via  422735b3ec857e812097566e28950aa3313892b4 (commit)
       via  9c73606142525f521a44c4907832b2d1e1f3c659 (commit)
       via  947d86f92e1e1a12e587e6a7b1955ff324c3fdf5 (commit)
       via  75dc1b3b7a2bb669471570af3365a1a7752ea438 (commit)
       via  04ae1b090781725631ba3477ff77721b012cdaba (commit)
       via  dc6e1d97c43aa173549ad00bb78d7ea86ec90c95 (commit)
       via  701c41be909697d5ab36f7604a1f3620c7d04abc (commit)
       via  acd56c22068963ad48f39890f5307600ff7d5278 (commit)
       via  7e402c4915c373e7818cf6218b0877a102fd7ff6 (commit)
       via  52064a4bd37f8d81e1f488fe9d32fe6ccee63bd7 (commit)
       via  54892f28a2747079fae4aa35b80598cbb993a4c3 (commit)
       via  f0b8d2671fa56e0e1dcb4cc09fd6f7edf70f8fa3 (commit)
      from  c9a05b1c5a3219dcc6b9f4060b98e76a67f5795b (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 c7ce415ebf181e818166644e572dfe04dbd7b6f6
Merge: c9a05b1c5a3219dcc6b9f4060b98e76a67f5795b 1fa23e70a939c20664d7ae6ee5ef66b51835e0ee
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Mar 22 20:36:13 2009 +0100

    Merge branch 'master' into pr6866

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

Summary of changes:
 AUTHORS                                      |    3 +
 NEWS                                         |   35 ++++-
 buildrun.cxx                                 |   35 +++--
 doc/SystemTap_Tapset_Reference/tapsets.tmpl  |   39 +----
 hash.cxx                                     |   18 ++
 hash.h                                       |    1 +
 includes/sys/sdt.h                           |  123 ++++++---------
 initscript/README.initscript                 |    2 +-
 initscript/systemtap.in                      |   22 ++-
 main.cxx                                     |   14 ++-
 runtime/itrace.c                             |    6 +
 runtime/staprun/common.c                     |  218 +++++++++++++++++++++++++-
 runtime/staprun/mainloop.c                   |   52 +++++--
 runtime/staprun/relay.c                      |  134 +++++++++++++++-
 runtime/staprun/relay_old.c                  |  124 ++++++++++++++-
 runtime/staprun/staprun.h                    |   29 +++-
 runtime/task_finder.c                        |    6 +
 runtime/uprobes2/uprobes.c                   |    6 +
 runtime/uprobes2/uprobes.h                   |    5 +
 runtime/utrace_compatibility.h               |    5 +
 session.h                                    |    2 +
 stap.1.in                                    |   31 +++-
 staprun.8.in                                 |   17 ++-
 tapset/ip.stp                                |   32 ++++
 tapset/tcp.stp                               |   34 ++++
 tapsets.cxx                                  |   38 +++++-
 testsuite/lib/stap_run2.exp                  |    2 +-
 testsuite/systemtap.base/sdt.exp             |   20 ++-
 testsuite/systemtap.base/sdt.stp             |   20 ++--
 testsuite/systemtap.base/static_uprobes.exp  |   12 ++-
 testsuite/systemtap.examples/network/tcp.stp |   11 ++
 translate.cxx                                |    7 +-
 32 files changed, 893 insertions(+), 210 deletions(-)
 create mode 100644 tapset/ip.stp
 create mode 100644 testsuite/systemtap.examples/network/tcp.stp


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]