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-64-g580e803


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  580e803219cae2661570748e96a3b710bf651f0d (commit)
       via  4645e3acc91160c5e866adfcda12ba00b7b3db0e (commit)
       via  1a0d7e04fc1480917cad9502aa7da3a102e29016 (commit)
       via  1a050f8213c1ff575a4d32cf690a3f0092caf780 (commit)
       via  08b61232b8d842ac1e873933e6e47fc88fe79a2a (commit)
       via  c812dc2a4bbd99e33a5c75438cf354628014c250 (commit)
       via  2f618cac40bee9299a3ddd8a5a512dc06d004923 (commit)
       via  6dceb5c9bd2848c9bddde19d881444b7df8bee1d (commit)
       via  6eefe9428f47a767f6a504dddb8f385d6896ccf3 (commit)
       via  ce83ff5765bc2e37d74ccbd46aabd80f06368bf4 (commit)
       via  8b93fb84af6f3e32845c0b60aa40205c9b514d96 (commit)
       via  8ce1125f01b9562f912d132883e4d136d08a94b5 (commit)
       via  a80f28d81731197377d9e53421b668aed92d8407 (commit)
       via  1de6dd7a9ac79376ca048ef8537d6cf11379564a (commit)
       via  e5a573c0bbb449e2d7f0908be1da1bc2bdc9d9ec (commit)
       via  0d8979326b672bfb7570ea76d598a7c23f3b81f5 (commit)
       via  49e1b0a11e3337ef37152eefc0f119c76cb91ff3 (commit)
       via  dc575eac0922d9c1d3e4acb137a0d6fff0925736 (commit)
       via  6b755cffb0d819bf8f5e0ad8341888b060bbe34d (commit)
       via  bc77b1684781b14c8bafb11c4bc79864562907fd (commit)
       via  304d73b1fea24af791f2a129fb141c5009eae6a8 (commit)
       via  2dfeb3bf56cc4f172f393f4728ee7fded5dc5a70 (commit)
       via  46417cd37702ca4d348696eb414a4328a7b72929 (commit)
       via  e025bf5794ee006e0030b0974183a02ef1beedaa (commit)
       via  a34a9fe036c9c6f06452eb893590a6984949dc95 (commit)
       via  fcb496ceac00d00e611a2e98080820f81aef0b1c (commit)
       via  309d67d89b3798146b64242889be2d662c08cde3 (commit)
       via  fc4cb08803942f3da4306c0934cfca3cc858318d (commit)
       via  373027ba325454572eeed5abcf5b9c1f3b4a4c14 (commit)
       via  378d78b56080531acecf15671c25d71cfe907c95 (commit)
       via  65d791538e9c4c52f6fe121f740d8b1e01d27033 (commit)
      from  ea5e844ee6b3031c2b430e42e687ab00e6635dbd (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 580e803219cae2661570748e96a3b710bf651f0d
Merge: ea5e844 4645e3a
Author: David Smith <dsmith@redhat.com>
Date:   Thu Aug 4 12:27:42 2011 -0500

    Merge branch 'master' into dsmith/task_finder2

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

Summary of changes:
 NEWS                                               |    9 +
 doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml  |    2 +-
 .../en-US/SystemTap_Beginners_Guide.ent            |    2 +-
 dwflpp.cxx                                         |  109 ++++++++-----
 dwflpp.h                                           |    3 +-
 grapher/Makefile.am                                |    1 +
 grapher/Makefile.in                                |    3 +-
 grapher/stapgraph.1.in                             |    2 +-
 runtime/access_process_vm.h                        |    2 +-
 runtime/common_probe_context.h                     |  119 ++++++++++++++
 runtime/common_session_state.h                     |   15 ++
 runtime/regs.h                                     |    4 +
 runtime/runtime_defines.h                          |   96 +++++++++++
 runtime/stack.c                                    |   17 ++-
 runtime/uprobes/uprobes.c                          |    2 +-
 runtime/uprobes2/uprobes.c                         |    2 +-
 session.cxx                                        |    8 +-
 stap-serverd.cxx                                   |    2 +-
 stapfuncs.3stap                                    |    2 +
 tapset-been.cxx                                    |    3 +-
 tapset-itrace.cxx                                  |    4 +-
 tapset-mark.cxx                                    |   20 ++--
 tapset-perfmon.cxx                                 |    3 +-
 tapset-procfs.cxx                                  |   22 ++-
 tapset-timers.cxx                                  |    9 +-
 tapset-utrace.cxx                                  |   14 +-
 tapset/arm/registers.stp                           |    2 +-
 tapset/context-unwind.stp                          |    6 +-
 tapset/context.stp                                 |   78 +++++++++-
 tapset/i386/registers.stp                          |    7 +
 tapset/kretprobe.stp                               |   14 +-
 tapset/pn.stp                                      |   11 +-
 tapset/powerpc/registers.stp                       |    2 +-
 tapset/s390/registers.stp                          |    2 +-
 tapset/signal.stp                                  |    8 +-
 tapset/x86_64/registers.stp                        |    7 +
 tapsets.cxx                                        |  171 +++++++++++---------
 tapsets.h                                          |    3 +-
 testsuite/buildok/context-embedded.stp             |    1 +
 testsuite/systemtap.base/implicitptr.exp           |    1 +
 testsuite/systemtap.base/inherit.cxx               |   18 ++
 testsuite/systemtap.base/inherit.exp               |   28 ++++
 testsuite/systemtap.base/inherit.stp               |   19 +++
 testsuite/systemtap.base/warn_overflow.exp         |    4 +-
 testsuite/systemtap.base/warn_overflow.stp         |    2 +-
 testsuite/systemtap.base/warnings.stp              |    2 +-
 testsuite/systemtap.examples/general/watchdog.meta |    8 +
 testsuite/systemtap.examples/general/watchdog.stp  |   24 +++
 testsuite/systemtap.examples/index.html            |    4 +
 testsuite/systemtap.examples/index.txt             |   16 ++
 testsuite/systemtap.examples/keyword-index.html    |   13 ++-
 testsuite/systemtap.examples/keyword-index.txt     |   34 ++++
 .../systemtap.unprivileged/unprivilegedko.exp      |    7 +-
 .../systemtap.unprivileged/unprivilegedok.exp      |    1 +
 translate.cxx                                      |  121 ++-------------
 util.h                                             |    2 +-
 vim/filetype.vim                                   |    2 +-
 57 files changed, 787 insertions(+), 306 deletions(-)
 create mode 100644 runtime/common_probe_context.h
 create mode 100644 runtime/common_session_state.h
 create mode 100644 runtime/runtime_defines.h
 create mode 100644 testsuite/systemtap.base/inherit.cxx
 create mode 100644 testsuite/systemtap.base/inherit.exp
 create mode 100644 testsuite/systemtap.base/inherit.stp
 create mode 100644 testsuite/systemtap.examples/general/watchdog.meta
 create mode 100755 testsuite/systemtap.examples/general/watchdog.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]