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-102-g45f2255


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  45f22557531cb0fb1273c0bd9414100c44d8faf8 (commit)
      from  2a64ca557d07c1b17f29ecc973927a5978b87967 (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 45f22557531cb0fb1273c0bd9414100c44d8faf8
Author: David Smith <dsmith@redhat.com>
Date:   Mon May 3 13:18:53 2010 -0500

    PR 11338 (partial): Used @defined in memory.stp and general update.
    
    * tapset/memory.stp: Large update to get working on RHEL4, RHEL5,
      RHEL6(beta), f12, and rawhide. Removed all kernel version checks.
    * testsuite/buildok/memory-detailed.stp: New detailed test of all memory
      probes and convenience variables.
    * testsuite/buildok/vm.tracepoints.kmalloc.stp: Moved into
      memory-detailed.stp.
    * testsuite/buildok/vm.tracepoints.stp: Ditto.
    * testsuite/buildok/memory-mmap.stp: New detailed test which can fail on
      some platforms because we can't find inline function arguments.
    * testsuite/buildok/memory-write_shared_copy.stp: Ditto.
    * testsuite/systemtap.pass1-4/buildok.exp: Kfail memory-mmap.stp and
      memory-write_shared_copy.stp.

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

Summary of changes:
 tapset/memory.stp                              |  259 ++++++++++++++++--------
 testsuite/buildok/memory-detailed.stp          |  111 ++++++++++
 testsuite/buildok/memory-mmap.stp              |    8 +
 testsuite/buildok/memory-write_shared_copy.stp |    8 +
 testsuite/buildok/vm.tracepoints.kmalloc.stp   |    9 -
 testsuite/buildok/vm.tracepoints.stp           |   28 ---
 testsuite/systemtap.pass1-4/buildok.exp        |    6 +-
 7 files changed, 308 insertions(+), 121 deletions(-)
 create mode 100755 testsuite/buildok/memory-detailed.stp
 create mode 100755 testsuite/buildok/memory-mmap.stp
 create mode 100755 testsuite/buildok/memory-write_shared_copy.stp
 delete mode 100755 testsuite/buildok/vm.tracepoints.kmalloc.stp
 delete mode 100755 testsuite/buildok/vm.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]