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.2-148-g00bd540


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  00bd5402b67c42140a30e22ee9bc2e075b1bb7ee (commit)
      from  f119a57f1ca46c4f2dc15500523b2aee0a153d99 (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 00bd5402b67c42140a30e22ee9bc2e075b1bb7ee
Author: David Smith <dsmith@redhat.com>
Date:   Wed May 12 12:49:03 2010 -0500

    PR 9871 (partial) fix.  Removed some embedded-C in context.stp and task.stp.
    
    * tapset/context.stp: Converted several functions from embedded-C to
      script language.
    * tapset/task.stp (task_parent): Converted from embedded-C to script
      languange.
    * testsuite/buildok/context-embedded.stp: Moved function tests not
      actually present in context.stp to their own files.
    * testsuite/buildok/context-symbols-embedded.stp: New testcase (includes
      some tests from context-embedded.stp).
    * testsuite/buildok/context-unwind-embedded.stp: Ditto.
    * testsuite/buildok/ucontext-symbols-embedded.stp: Ditto.
    * testsuite/buildok/ucontext-unwind-embedded.stp: Ditto.
    * testsuite/systemtap.pass1-4/buildok.exp: Kfails the ucontext tests if
      the system doesn't support uprobes.

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

Summary of changes:
 tapset/context.stp                              |  109 +++++++++++++---------
 tapset/task.stp                                 |   16 ++--
 testsuite/buildok/context-embedded.stp          |   39 +++------
 testsuite/buildok/context-symbols-embedded.stp  |   10 ++
 testsuite/buildok/context-unwind-embedded.stp   |    9 ++
 testsuite/buildok/ucontext-symbols-embedded.stp |   18 ++++
 testsuite/buildok/ucontext-unwind-embedded.stp  |   15 +++
 testsuite/systemtap.pass1-4/buildok.exp         |    4 +
 8 files changed, 138 insertions(+), 82 deletions(-)
 create mode 100755 testsuite/buildok/context-symbols-embedded.stp
 create mode 100755 testsuite/buildok/context-unwind-embedded.stp
 create mode 100755 testsuite/buildok/ucontext-symbols-embedded.stp
 create mode 100755 testsuite/buildok/ucontext-unwind-embedded.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]