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-425-g0969973


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  0969973b53a299ab934777f8b526ca4ca655dd4d (commit)
       via  c4a845516a6d08918fc76cde75c0378600fda8aa (commit)
       via  d378bb5c39c180656be72f41dd674ca89c951708 (commit)
       via  6e9be5bd74d75dd5ec2c51ad1a783f4ac418cad1 (commit)
       via  8f7e7a1486f45cd373ecf7dd6ef0b052622496de (commit)
       via  2a035dd6677bb2860d08e8fbd544a69ed21f0f95 (commit)
       via  50f2545f35145304256fff87f6a0b2b4300ba4ba (commit)
       via  4d30245812b44ccb98fa1555cfc06929deeaba25 (commit)
       via  a06c6bd3c6a7ea89f6387c4a29d977b95865a12c (commit)
       via  c114ce7ffcb39e37f6468be80ffa3fa1f18bcf0e (commit)
       via  fcf41197e6e1500b60aba1c838e2d9fe53e2c98a (commit)
       via  3780aaa7c3ddd4af58adcb24c186af0738340935 (commit)
       via  d7a438e53bc6140f4d4a6883515c87054721135b (commit)
       via  cd125e94b239eec3c69726f7c3647354362c637a (commit)
      from  830974abb77c911a25363e8594f1b291303735eb (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 0969973b53a299ab934777f8b526ca4ca655dd4d
Author: David Smith <dsmith@redhat.com>
Date:   Tue Nov 8 13:28:10 2011 -0600

    Switch UTRACE_EVENT(EXIT) support to UTRACE_EVENT(DEATH) support.
    
    * runtime/stp_utrace.c: Switch UTRACE_EVENT(EXIT) support to
      UTRACE_EVENT(DEATH) support to avoid leading utrace engines.
    * runtime/stp_utrace.h: Turn off UTRACE_EVENT(EXIT) support and turn on
      UTRACE_EVENT(DEATH) support.
    * runtime/task_finder2.c: Switch from UTRACE_EVENT(EXIT) handlers to
      UTRACE_EVENT(DEATH) handlers.
    * tapset-utrace.cxx (utrace_derived_probe_group::emit_probe_decl): Removed
      special STP_TASK_FINDER2 code.

commit c4a845516a6d08918fc76cde75c0378600fda8aa
Author: David Smith <dsmith@redhat.com>
Date:   Tue Nov 8 11:48:09 2011 -0600

    Updated for v3 of the kernel exec tracepoint patch.
    
    * runtime/autoconf-utrace-via-tracepoints.c: Updated for v3 of the kernel
      exec tracepoint patch.
    * runtime/stp_utrace.c: Ditto.
      (utrace_free_task): Fix compile error.

commit d378bb5c39c180656be72f41dd674ca89c951708
Merge: 830974a 6e9be5b
Author: David Smith <dsmith@redhat.com>
Date:   Tue Nov 8 11:30:07 2011 -0600

    Merge branch 'master' into dsmith/task_finder2

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

Summary of changes:
 runtime/autoconf-utrace-via-tracepoints.c |    1 +
 runtime/stack-dwarf.c                     |   58 +++++++---
 runtime/stack.c                           |  177 +++++++++++++++++------------
 runtime/staprun/staprun.c                 |   41 +++++++
 runtime/stp_utrace.c                      |   51 ++++++---
 runtime/stp_utrace.h                      |   10 +-
 runtime/sym.h                             |    5 -
 runtime/task_finder2.c                    |   26 ++--
 runtime/vsprintf.c                        |    6 +-
 session.cxx                               |   19 ++--
 session.h                                 |    1 +
 setupdwfl.cxx                             |   12 +--
 tapset-utrace.cxx                         |   16 ---
 tapset/context-unwind.stp                 |   10 +-
 tapset/ucontext-unwind.stp                |   12 +-
 testsuite/systemtap.base/bz13338.exp      |    4 +
 testsuite/systemtap.base/bz6503.exp       |    2 +-
 testsuite/systemtap.base/gtod.c           |    4 +-
 testsuite/systemtap.base/skipped.exp      |    4 +
 testsuite/systemtap.context/fib.exp       |    7 +
 testsuite/systemtap.exelib/exelib.exp     |    7 +-
 translate.cxx                             |   31 ++++-
 22 files changed, 316 insertions(+), 188 deletions(-)


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]