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-462-gcb5f1ec


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  cb5f1ec4b19d12f425ba6420d00b9d27bc7c0f08 (commit)
       via  6b168eb2196eeaeab6373bd2efbb6545d444012f (commit)
       via  2d7232ca34eee7f244949fa4d05dcf039f558709 (commit)
       via  8c6bb2894a95b9035e7469adf339fb6402749b0f (commit)
       via  8bbccfeefea70095b98398aae5f82c7cff8a2163 (commit)
       via  0113d4fe7970ec8b16d7b194d2d7aabc6f43dcf4 (commit)
       via  99174484d3cb80d8dca639dc5e129a7b8f16ec0a (commit)
       via  0f7b51d6c1e968c5183a165ff3fc102357bbfc08 (commit)
       via  9ce0a9e964d3dabad5d97cd423658dbb01827f15 (commit)
       via  bcef5b714fa38769d087bd355b3e64aab43ac650 (commit)
       via  54d8fbd954b099dcc552b282ccc287444b1293ea (commit)
       via  a08016f20f1d3b1ae3575007f4696ed9c90510d5 (commit)
       via  88e7c122244f558e0cb03cda5f101852aca8220a (commit)
       via  3892d516be331c7dd4368b2a57a4f00ee2866b23 (commit)
       via  26d7c30fca74fbe038ac9c58b0bc87f393794e3d (commit)
       via  a3e81d6383ebdcae5d3c2b0d400d86e2833aed62 (commit)
       via  f7719b3da58af5eab4872ddf91d9daa4e0b91cff (commit)
       via  453908cebeeef690013465d5c0872237919d1262 (commit)
       via  402c3d8d0d37d92a5a42690cefac58de2a0335ef (commit)
       via  ca153db379c12ada6ebf6d3165d971f58d4b0b49 (commit)
       via  d84dc56f14b845c1f17b09d4d261b5ae5947a69a (commit)
       via  df9aa2ce436132568b8f94e9d69e63992d2bf779 (commit)
       via  88e39987df7109b26343c9c33567646873d6f829 (commit)
       via  030fe6235b76269d20cc547ab69b4cbbb8a26a7a (commit)
       via  8095a157f87a81f74994f26f6245bfdb485d3b29 (commit)
      from  0e6235dfca0d4ac1846f244e3c18c6e6a94730ca (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 cb5f1ec4b19d12f425ba6420d00b9d27bc7c0f08
Author: David Smith <dsmith@redhat.com>
Date:   Wed Nov 16 15:23:46 2011 -0600

    Add UTRACE_API_VERSION to determine which utrace version we've got.
    
    * runtime/stp_utrace.h: Added UTRACE_API_VERSION back.
    * tapset-utrace.cxx (utrace_derived_probe_group::emit_module_decls): Use
      UTRACE_API_VERSION, which stp_utrace.h now provides, so that we don't
      have to check STP_TASK_FINDER2.

commit 6b168eb2196eeaeab6373bd2efbb6545d444012f
Merge: 0e6235d 2d7232c
Author: David Smith <dsmith@redhat.com>
Date:   Wed Nov 16 15:04:16 2011 -0600

    Merge branch 'master' into dsmith/task_finder2

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

Summary of changes:
 Makefile.am                                        |    4 +-
 Makefile.in                                        |   43 +++++-
 NEWS                                               |    2 +
 csclient.cxx                                       |    9 -
 dwflpp.cxx                                         |   53 ++----
 elaborate.h                                        |    2 +-
 includes/sys/sdt.h                                 |   46 ++++--
 initscript/README.stap-server                      |    2 +-
 privilege.cxx                                      |  121 ++++++++++++++
 privilege.h                                        |   34 ++++
 runtime/stack.c                                    |    4 +-
 runtime/staprun/Makefile.am                        |    4 +-
 runtime/staprun/Makefile.in                        |   47 ++++--
 runtime/staprun/privilege.h                        |   20 ---
 runtime/staprun/staprun.c                          |   51 +------
 runtime/staprun/staprun.h                          |    1 -
 runtime/staprun/staprun_funcs.c                    |   12 +--
 runtime/stp_utrace.h                               |    9 +
 session.h                                          |    2 +-
 tapset-utrace.cxx                                  |    2 +-
 tapsets.cxx                                        |  128 +++++++++++++--
 testsuite/aclocal.m4                               |    4 +-
 testsuite/systemtap.base/externalvar.c             |    9 +
 testsuite/systemtap.base/externalvar.exp           |   16 ++-
 testsuite/systemtap.base/externalvar.stp           |   34 ++++
 testsuite/systemtap.base/externalvar_lib.c         |    5 +
 testsuite/systemtap.base/implicitptr.c             |   10 +-
 testsuite/systemtap.base/implicitptr.exp           |   11 +-
 testsuite/systemtap.base/library.exp               |    6 +-
 testsuite/systemtap.base/plt.c                     |   14 +-
 testsuite/systemtap.base/plt.exp                   |   20 +--
 testsuite/systemtap.base/sdt.c                     |   23 +++-
 testsuite/systemtap.base/sdt.exp                   |    9 +-
 testsuite/systemtap.base/sdt.stp                   |   10 ++
 testsuite/systemtap.base/sdt_misc.c                |    8 +-
 testsuite/systemtap.base/sdt_va_args.c             |    2 +
 testsuite/systemtap.base/sdt_va_args.exp           |    4 +-
 testsuite/systemtap.examples/index.html            |    6 +
 testsuite/systemtap.examples/index.txt             |   22 +++
 testsuite/systemtap.examples/keyword-index.html    |   32 ++++-
 testsuite/systemtap.examples/keyword-index.txt     |   83 ++++++++++
 .../systemtap.examples/profiling/sched_switch.stp  |   51 ++++--
 .../virtualization/qemu_count.meta                 |   14 ++
 .../virtualization/qemu_count.stp                  |   13 ++
 .../systemtap.examples/virtualization/qemu_io.meta |   14 ++
 .../systemtap.examples/virtualization/qemu_io.stp  |   22 +++
 testsuite/systemtap.exelib/pthreadprobes.exp       |   49 ++++---
 testsuite/systemtap.server/server_args.exp         |   18 ++-
 testsuite/systemtap.server/server_locale.exp       |  172 +++++++++++++++++++-
 .../unprivileged_embedded_C.exp                    |   18 ++
 util.cxx                                           |   45 ++----
 util.h                                             |    7 +-
 52 files changed, 1050 insertions(+), 297 deletions(-)
 create mode 100644 privilege.cxx
 create mode 100644 privilege.h
 delete mode 100644 runtime/staprun/privilege.h
 create mode 100644 testsuite/systemtap.examples/virtualization/qemu_count.meta
 create mode 100755 testsuite/systemtap.examples/virtualization/qemu_count.stp
 create mode 100644 testsuite/systemtap.examples/virtualization/qemu_io.meta
 create mode 100755 testsuite/systemtap.examples/virtualization/qemu_io.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]