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, dsmith/task_finder2, updated. release-1.6-391-ge378874


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, dsmith/task_finder2 has been updated
       via  e3788742f276733de100bcef11940457ed36ea4a (commit)
       via  f1a103ffbe5ad826fdcc4e733c3005aae6692d79 (commit)
       via  17eae4764eced7ba1743f868eb8ba2bfe82d35cb (commit)
       via  933ce009f4b8a6c9b01958e67d5f1a56e4a9d80d (commit)
       via  b5632eacdbccebd7565531cbad396038a2062428 (commit)
       via  1435947c25905dc1580c074f567e8285cb2ba46a (commit)
       via  18abc69c9acaa0f5107503283f1f64b199f5ca75 (commit)
       via  1d7ae21bfe1e4698ce6f2e4fc602a6919f9e86f0 (commit)
       via  33ee059c671b5cccab2bfcf02dd2cd028e7536e2 (commit)
       via  6022ccd4cab89944ca390c23de13cdc54cf05b1f (commit)
       via  7f02ca949b99ffba946803fb38c0f9546bc4d9c3 (commit)
       via  b1615c74e19656b6182ff5d81c613ec9f8c57db3 (commit)
       via  9ff46a11cb00c43675adba2074f84dc78304351f (commit)
       via  3d69c03f37c05136a01481994e239f1287138f6a (commit)
       via  31766229cbd7a979bb73f8216ec3d242c888e572 (commit)
       via  6a307837b5eac5b1910a3b5b0ec22c4643d2ad05 (commit)
      from  2382357622e1acd0c6488f647244be4daf91bcf8 (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 e3788742f276733de100bcef11940457ed36ea4a
Merge: 2382357 f1a103f
Author: David Smith <dsmith@redhat.com>
Date:   Tue Nov 1 14:50:02 2011 -0500

    Merge branch 'master' into dsmith/task_finder2

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

Summary of changes:
 configure                                    |    9 ++
 configure.ac                                 |    9 ++
 nsscommon.cxx                                |    7 ++
 runtime/alloc.c                              |    4 +
 runtime/map.c                                |    8 +-
 runtime/runtime.h                            |    4 +-
 runtime/stack-dwarf.c                        |    6 ++
 runtime/stack.c                              |    2 +-
 runtime/stat.c                               |    4 +-
 runtime/task_finder.c                        |   47 +++-------
 runtime/unwind.c                             |   19 ++---
 runtime/unwind/i386.h                        |    4 +
 runtime/unwind/ppc64.h                       |    3 +
 runtime/unwind/s390x.h                       |   73 ++++++++++++++++
 runtime/unwind/unwind.h                      |   16 ++++
 runtime/unwind/x86_64.h                      |    4 +
 stap-serverd.cxx                             |   12 +++-
 tapsets.cxx                                  |  121 +++++++++++++-------------
 testsuite/lib/systemtap.exp                  |    6 +-
 testsuite/semko/plt1.stp                     |    6 ++
 testsuite/semko/plt2.stp                     |    4 +
 testsuite/semok/plt1.stp                     |    6 ++
 testsuite/semok/plt2.stp                     |    4 +
 testsuite/systemtap.server/server_locale.exp |    2 +-
 translate.cxx                                |    2 +-
 util.cxx                                     |   10 +--
 26 files changed, 265 insertions(+), 127 deletions(-)
 create mode 100644 runtime/unwind/s390x.h
 create mode 100755 testsuite/semko/plt1.stp
 create mode 100755 testsuite/semko/plt2.stp
 create mode 100755 testsuite/semok/plt1.stp
 create mode 100755 testsuite/semok/plt2.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]