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, pr7043, updated. release-0.9.8-51-gbdbb454


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, pr7043 has been updated
       via  bdbb4549b459294ed9bddb819e5602fb894313f7 (commit)
       via  96b190d404d24eb7349adae6e2d57eb5c9f6c26a (commit)
       via  657ff134aef7f7fb8e6d7ff687c46d1819f60550 (commit)
       via  de7c5583f657bb42980f66d3b88572241b676f76 (commit)
       via  611ab8263198e3e8c2640cb4a3e1eb65e2037f96 (commit)
       via  8e02c67338ae99f487d736ad4a5f19b9065b1453 (commit)
       via  475611069560540caa5453b44691525f26e2fb3b (commit)
       via  74f2951cc3b5d4f3716e23d284a2b3a0767eb5c2 (commit)
       via  5111fc3e27f24347f61db6465da934a19b553ee6 (commit)
       via  d438dd9bc070216016e02f4958fe9dea571712c9 (commit)
       via  cba30aa93a8836cd9f88b494c17bc991c997d5f2 (commit)
       via  5e3d7f3a3aa8d11b67e74de0c3d9187c323cbff2 (commit)
       via  f07c3b680a722e27ed55bb5c9719fa5827ebfc75 (commit)
       via  b818f048bb5edca2bde3b33fdbe7e42451eb3c6e (commit)
       via  6a7dc7d9c3df7d5d722f0702a0a0c8d55591006e (commit)
       via  8fb430a7eeb394d759fe792198d28aeab348f048 (commit)
       via  e7872f0713a95867ba64c8770eb4f377069366f2 (commit)
       via  e1774a7fdc4e44b4b11303b0ee6eda0230c5216c (commit)
       via  849d65468deda9a2beb5402a08ea9190c50c321b (commit)
      from  d05b7a1c363c30c7fcd9d163f457c1ed80d28f19 (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 bdbb4549b459294ed9bddb819e5602fb894313f7
Merge: d05b7a1c363c30c7fcd9d163f457c1ed80d28f19 96b190d404d24eb7349adae6e2d57eb5c9f6c26a
Author: David Smith <dsmith@redhat.com>
Date:   Tue Jun 16 12:22:32 2009 -0500

    Merge commit 'origin/master' into pr7043
    
    Conflicts:
    	runtime/transport/transport.c

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

Summary of changes:
 .mailmap                                           |    1 +
 AUTHORS                                            |    2 +-
 NEWS                                               |   12 +
 configure                                          |   20 +-
 configure.ac                                       |    2 +-
 doc/Language_Reference_Guide/README                |   12 +
 dtrace                                             |   79 +++-
 includes/sys/sdt.h                                 |  408 ++++++++++++++------
 runtime/runtime.h                                  |    1 +
 stapfuncs.3stap.in                                 |    6 +
 systemtap.spec                                     |    5 +-
 tapset/context.stp                                 |   13 +
 tapsets.cxx                                        |  271 +++++++------
 testsuite/buildok/context_test.stp                 |    1 +
 testsuite/buildok/thirtytwo.stp                    |   10 +
 testsuite/configure                                |   20 +-
 testsuite/configure.ac                             |    2 +-
 testsuite/lib/stap_run.exp                         |    3 +-
 testsuite/lib/systemtap.exp                        |   15 +-
 testsuite/systemtap.base/sdt.exp                   |   37 ++-
 testsuite/systemtap.base/sdt_types.stp             |    4 +-
 testsuite/systemtap.base/static_uprobes.exp        |   90 +++--
 testsuite/systemtap.base/uprobes_exe.c             |   29 --
 testsuite/systemtap.base/uprobes_lib.c             |   21 -
 testsuite/systemtap.base/uprobes_lib.exp           |   46 ---
 testsuite/systemtap.base/uprobes_lib.stp           |   15 -
 testsuite/systemtap.base/uprobes_uname.exp         |   46 ---
 testsuite/systemtap.base/uprobes_uname.stp         |    7 -
 testsuite/systemtap.base/uprobes_ustack.exp        |   97 -----
 testsuite/systemtap.exelib/cleanup.tcl             |    3 +
 testsuite/systemtap.exelib/exelib.exp              |  164 ++++++++
 testsuite/systemtap.exelib/lib.stp                 |   18 +
 testsuite/systemtap.exelib/lib.tcl                 |   13 +
 testsuite/systemtap.exelib/mark.stp                |   10 +
 testsuite/systemtap.exelib/mark.tcl                |   11 +
 testsuite/systemtap.exelib/uname.stp               |   10 +
 testsuite/systemtap.exelib/uname.tcl               |   13 +
 testsuite/systemtap.exelib/uprobes_exe.c           |   39 ++
 testsuite/systemtap.exelib/uprobes_lib.c           |   33 ++
 .../ustack.stp}                                    |    5 +-
 testsuite/systemtap.exelib/ustack.tcl              |   79 ++++
 util.h                                             |    2 +-
 42 files changed, 1075 insertions(+), 600 deletions(-)
 create mode 100755 testsuite/buildok/thirtytwo.stp
 delete mode 100644 testsuite/systemtap.base/uprobes_exe.c
 delete mode 100644 testsuite/systemtap.base/uprobes_lib.c
 delete mode 100644 testsuite/systemtap.base/uprobes_lib.exp
 delete mode 100644 testsuite/systemtap.base/uprobes_lib.stp
 delete mode 100644 testsuite/systemtap.base/uprobes_uname.exp
 delete mode 100644 testsuite/systemtap.base/uprobes_uname.stp
 delete mode 100644 testsuite/systemtap.base/uprobes_ustack.exp
 create mode 100644 testsuite/systemtap.exelib/cleanup.tcl
 create mode 100644 testsuite/systemtap.exelib/exelib.exp
 create mode 100644 testsuite/systemtap.exelib/lib.stp
 create mode 100644 testsuite/systemtap.exelib/lib.tcl
 create mode 100644 testsuite/systemtap.exelib/mark.stp
 create mode 100644 testsuite/systemtap.exelib/mark.tcl
 create mode 100644 testsuite/systemtap.exelib/uname.stp
 create mode 100644 testsuite/systemtap.exelib/uname.tcl
 create mode 100644 testsuite/systemtap.exelib/uprobes_exe.c
 create mode 100644 testsuite/systemtap.exelib/uprobes_lib.c
 rename testsuite/{systemtap.base/uprobes_ustack.stp => systemtap.exelib/ustack.stp} (80%)
 create mode 100644 testsuite/systemtap.exelib/ustack.tcl


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]