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, master, updated. release-1.6-25-g3783e67


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, master has been updated
       via  3783e67c0c4a79f84af7ce9d473d92af5d0db96d (commit)
       via  556ca99181aec9034dcd76072ba85e7d3d5427cc (commit)
       via  f4eff05f664d737ece23554e9322e1f84cf20c6e (commit)
       via  5ad2040b40b084356021e8bbf484a98b728865b9 (commit)
       via  35dbc242134045a5fc82a087431122aeab39922a (commit)
       via  1f88b7b7aef13c91d6e5cb033653335677bd7024 (commit)
       via  7a1adbd847a2b92bf6d624944c49717156cc65e7 (commit)
       via  14bf445209e09681d9caa7eab2205d549fe43b3c (commit)
       via  668e3fc590347d7574c9f8e83902a9012a5e5018 (commit)
       via  6ab7ed708ca7c6e481b1f638759cde6dad9a942d (commit)
       via  861142eaf4e2f8d9b60057d2774f8064a50b917b (commit)
       via  3ba974c6e53c7bf8b72919e069079f7cd4618775 (commit)
       via  08badca85e0bed5d3ddc1fb45a41b83e88e286d5 (commit)
       via  61d152dcd195d745a57c73c8f26d99eef255b172 (commit)
       via  7e46daf103bea7dcc92e255629e8412e8f608215 (commit)
      from  a7ebbe1307715d291ab4bc57d56ca74e54948c2a (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 3783e67c0c4a79f84af7ce9d473d92af5d0db96d
Merge: a7ebbe1 556ca99
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jul 27 09:38:57 2011 +0200

    Merge branch 'mjw/backtrace'

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

Summary of changes:
 elaborate.cxx                                      |   11 ++-
 runtime/runtime.h                                  |   31 ++--
 runtime/stack-arm.c                                |    4 +-
 runtime/stack-i386.c                               |  124 ----------------
 runtime/stack-ppc.c                                |    3 +-
 runtime/{stack-x86_64.c => stack-x86.c}            |   29 +----
 runtime/stack.c                                    |  149 +++++++++++---------
 runtime/sym.h                                      |    5 +
 runtime/unwind.c                                   |    8 -
 runtime/unwind/i386.h                              |   23 ---
 runtime/unwind/unwind.h                            |    3 -
 runtime/unwind/x86_64.h                            |   28 ----
 session.cxx                                        |    2 +
 session.h                                          |    1 +
 stap.1                                             |    5 +
 tapset/context-unwind.stp                          |   47 ++-----
 tapset/ucontext-unwind.stp                         |  119 ++--------------
 testsuite/buildok/context-unwind-embedded.stp      |    1 -
 testsuite/systemtap.context/backtrace.tcl          |    2 +-
 testsuite/systemtap.examples/index.html            |    3 -
 testsuite/systemtap.examples/index.txt             |   10 --
 testsuite/systemtap.examples/keyword-index.html    |    6 -
 testsuite/systemtap.examples/keyword-index.txt     |   20 ---
 .../systemtap.examples/process/dumpstack.meta      |   13 --
 testsuite/systemtap.examples/process/dumpstack.stp |   18 ---
 translate.cxx                                      |    9 +-
 26 files changed, 154 insertions(+), 520 deletions(-)
 delete mode 100644 runtime/stack-i386.c
 rename runtime/{stack-x86_64.c => stack-x86.c} (76%)
 delete mode 100644 testsuite/systemtap.examples/process/dumpstack.meta
 delete mode 100755 testsuite/systemtap.examples/process/dumpstack.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]