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-152-g2bc468b


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  2bc468b1f564ca25685e51356f23e5fc764ca676 (commit)
      from  1df47e74b1ab7cf3b4b389dbca3b3bb86bc47234 (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 2bc468b1f564ca25685e51356f23e5fc764ca676
Author: David Smith <dsmith@redhat.com>
Date:   Fri May 14 13:03:53 2010 -0500

    Update the ioblock and scheduler tapsets and testcases.
    
    * tapset/ioblock.stp: Fixed several problems where the ioblock_trace
      probes didn't all export the same convenience variables.  Works on
      RHEL4, RHEL5, RHEL6(beta), f11, f12, and rawhide.
    * tapset/scheduler.stp: Fixed several problems where the kprobes backup
      probes for tracepoints didn't work.  Works on RHEL4, RHEL5, RHEL6(beta),
      f11, f12, and rawhide.
    * testsuite/buildok/ioblock-all-probes.stp: New testcase.
    * testsuite/buildok/ioblock-detailed.stp: New detailed test of all ioblock
      probes and convenience variables.
    * testsuite/buildok/ioblock-embedded.stp: Added bio_rw_str() test.
    * testsuite/buildok/ioblock_test.stp: Deleted old ioblock test.
    * testsuite/buildok/scheduler-embedded.stp: New testcase.
    * testsuite/buildok/scheduler-detailed.stp: New detailed test of all
      scheduler probes and convenience variables.
    * testsuite/buildok/scheduler-cpu_off.stp: New detailed test which can
      fail on some platforms because we can't find inline function arguments.
    * testsuite/buildok/scheduler-ctxswitch.stp: Ditto.
    * testsuite/buildok/scheduler-migrate.stp: Ditto.
    * testsuite/buildok/scheduler-test-tracepoints.stp: Deleted old test.
    * testsuite/buildok/sched_test.stp: Ditto.
    * testsuite/systemtap.pass1-4/buildok.exp: Kfail the scheduler
      single-probe tests.

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

Summary of changes:
 tapset/ioblock.stp                               |   44 +++-
 tapset/scheduler.stp                             |  313 ++++++++++++++--------
 testsuite/buildok/ioblock-all-probes.stp         |    6 +
 testsuite/buildok/ioblock-detailed.stp           |   28 ++
 testsuite/buildok/ioblock-embedded.stp           |    1 +
 testsuite/buildok/ioblock_test.stp               |   34 ---
 testsuite/buildok/sched_test.stp                 |   38 ---
 testsuite/buildok/scheduler-cpu_off.stp          |    6 +
 testsuite/buildok/scheduler-ctxswitch.stp        |   22 ++
 testsuite/buildok/scheduler-detailed.stp         |  111 ++++++++
 testsuite/buildok/scheduler-embedded.stp         |    7 +
 testsuite/buildok/scheduler-migrate.stp          |   20 ++
 testsuite/buildok/scheduler-test-tracepoints.stp |   51 ----
 testsuite/systemtap.pass1-4/buildok.exp          |    6 +
 14 files changed, 445 insertions(+), 242 deletions(-)
 create mode 100755 testsuite/buildok/ioblock-all-probes.stp
 create mode 100755 testsuite/buildok/ioblock-detailed.stp
 delete mode 100755 testsuite/buildok/ioblock_test.stp
 delete mode 100755 testsuite/buildok/sched_test.stp
 create mode 100755 testsuite/buildok/scheduler-cpu_off.stp
 create mode 100755 testsuite/buildok/scheduler-ctxswitch.stp
 create mode 100755 testsuite/buildok/scheduler-detailed.stp
 create mode 100755 testsuite/buildok/scheduler-embedded.stp
 create mode 100755 testsuite/buildok/scheduler-migrate.stp
 delete mode 100755 testsuite/buildok/scheduler-test-tracepoints.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]