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-145-g8cfa05e


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  8cfa05efc713d8f48c6f1e23b2688e9c8abc76ef (commit)
       via  08c2961231914ed8fb83140e3a63169f1769682c (commit)
       via  d27c039d70a9a58a1972601c3c35ed35dbefb5a6 (commit)
       via  5f59fb1046535d927735441d755181641257f471 (commit)
       via  a3b59c404912bf2d54e15c9a6a2202f728c65c59 (commit)
       via  66a78520c4cbfc3039a20c27879a8e2b956f8780 (commit)
       via  5f56c2ee83cb4d47c772428cb234e7237bb0a252 (commit)
       via  57d3391665b41e6e64e5f7cbcc1b885d14958cd2 (commit)
       via  ed312e538a367722ef0311145e5289c28e36a4e8 (commit)
       via  7f2d56c366c79e11eb20f5fb9a226769ea1e8740 (commit)
       via  6c090ccbeb3dffa2555b2e3e4fb1d184c43bef78 (commit)
       via  48aad766111b69530e63f432023aa246737c381d (commit)
       via  10d9653888ae7c3cb2813f79f845c5ce89740a0b (commit)
       via  ea8b20cecb621fda69eaacc77ab1a8165ffa7ff1 (commit)
       via  9e378ced0e909c42fcb7517cf08b05eda262298d (commit)
       via  4229affb409c2ddd5c23635073135867f289c48d (commit)
       via  e7e8737f811bc07012224327299e772c7d139781 (commit)
       via  65b0fab6716a5518159127eb5084abde9ac8765a (commit)
       via  71407c4ff2445b875be296c8dd59a7c687ec72ce (commit)
       via  130eebe0e0c58b4479678f3575a25e565eadc0a3 (commit)
       via  74fe61bce6a71ae39004244047990bbb579f59fa (commit)
       via  766cee5f52531d2599134b889c6e258a70026b42 (commit)
       via  d70b339b103b5cc6496f41836324da7e06e7328d (commit)
       via  207d2da9298e751279039ddd8aac11fd6678e301 (commit)
       via  5da8feffae62c98343630e87d2d7cc120415166c (commit)
       via  de5f477ba5f62c5844316272a3f1cbaba3d22fbe (commit)
       via  a0d5529094d4772c955c30f6891e82cdf17d15d0 (commit)
       via  730a83e08cfa28bea1cbe39d3c8d63dc190d0180 (commit)
       via  ea60076d16b4ac271464f5a259ba3767085bd682 (commit)
       via  c3d9cdd2792709941a3eae11c7bb151134379784 (commit)
      from  cbbafb9b2b2c4cb25bbd4cb19a41b7b4b50952ec (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 8cfa05efc713d8f48c6f1e23b2688e9c8abc76ef
Merge: cbbafb9 08c2961
Author: David Smith <dsmith@redhat.com>
Date:   Mon Aug 22 11:49:23 2011 -0500

    Merge branch 'master' into dsmith/task_finder2

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

Summary of changes:
 NEWS                                               |    6 +
 buildrun.cxx                                       |   32 +-
 coveragedb.h                                       |    2 +-
 csclient.h                                         |    2 +-
 doc/SystemTap_Tapset_Reference/tapsets.tmpl        |   10 +-
 dwflpp.cxx                                         |   13 +-
 dwflpp.h                                           |    5 +-
 elaborate.cxx                                      |    4 +-
 main.cxx                                           |    4 +
 remote.cxx                                         |  159 +++++--
 runtime/autoconf-kern-path-parent.c                |    7 -
 runtime/autoconf-kprobe-symbol-name.c              |    6 +
 runtime/autoconf-probe-kernel.c                    |    7 -
 runtime/autoconf-synchronize-sched.c               |    6 -
 runtime/autoconf-unregister-kprobes.c              |    4 -
 runtime/autoconf-vm-area.c                         |    9 -
 runtime/procfs.c                                   |   52 ++-
 runtime/stack-x86.c                                |    3 +-
 runtime/stack.c                                    |   55 ++-
 session.cxx                                        |   36 ++
 session.h                                          |    1 +
 setupdwfl.cxx                                      |  114 +++++-
 stap.1                                             |   24 +
 staptree.cxx                                       |   11 +-
 staptree.h                                         |    8 +-
 tapset-utrace.cxx                                  |    2 +-
 tapset/atomic.stp                                  |   15 +
 tapset/inet.stp                                    |   29 ++
 tapset/inet_sock.stp                               |   16 +-
 tapset/ipmib-filter-default.stp                    |   15 +-
 tapset/linuxmib-filter-default.stp                 |   13 +-
 tapset/nfs.stp                                     |  489 +++++++++-----------
 tapset/nfs_proc.stp                                |  462 +++++++++----------
 tapset/nfsd.stp                                    |  429 ++++++++----------
 tapset/nfsderrno.stp                               |    7 +
 tapset/rpc.stp                                     |  126 ++----
 tapset/string.stp                                  |    6 +-
 tapset/tcpmib-filter-default.stp                   |   13 +-
 tapset/timestamp.stp                               |    3 -
 tapset/timestamp_gtod.stp                          |    2 -
 tapset/timestamp_monotonic.stp                     |  145 ++++++
 tapsets.cxx                                        |   30 +-
 testsuite/buildok/timestamp_monotonic-embedded.stp |   13 +
 testsuite/systemtap.base/stapsh-unix.exp           |   26 +
 testsuite/systemtap.base/stapsh-unix.stp           |   28 ++
 testsuite/systemtap.base/warn_overflow.exp         |    5 +-
 testsuite/systemtap.context/backtrace.stp          |    4 +-
 translate.cxx                                      |    3 +-
 48 files changed, 1487 insertions(+), 974 deletions(-)
 delete mode 100644 runtime/autoconf-kern-path-parent.c
 create mode 100644 runtime/autoconf-kprobe-symbol-name.c
 delete mode 100644 runtime/autoconf-probe-kernel.c
 delete mode 100644 runtime/autoconf-synchronize-sched.c
 delete mode 100644 runtime/autoconf-unregister-kprobes.c
 delete mode 100644 runtime/autoconf-vm-area.c
 create mode 100644 tapset/timestamp_monotonic.stp
 create mode 100755 testsuite/buildok/timestamp_monotonic-embedded.stp
 create mode 100644 testsuite/systemtap.base/stapsh-unix.exp
 create mode 100644 testsuite/systemtap.base/stapsh-unix.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]