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-140-gc98ac3c


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  c98ac3ca5655487de5ac5b4de6db172c026757c2 (commit)
      from  5ccccbbc1372e5c9cabc5f1f1abc29cb8325eaca (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 c98ac3ca5655487de5ac5b4de6db172c026757c2
Author: David Smith <dsmith@redhat.com>
Date:   Tue May 11 15:05:14 2010 -0500

    Updated networking.stp and added full testing.
    
    * tapset/networking.stp: For RHEL4, marked netdev.hard_transmit and
      netdev.change_mac probes as optional.
    * testsuite/buildok/netdev.stp: Deleted old networking test.
    * testsuite/buildok/networking.stp: Ditto.
    * testsuite/buildok/networking-all-probes.stp: New basic test of
      networking.stp.
    * testsuite/buildok/networking-embedded.stp: New test of functions in
      networking.stp.
    * testsuite/buildok/networking-detailed.stp: New detailed test of all
      netdev probes and convenience variables.
    * testsuite/buildok/networking-change_rx_flag.stp: New detailed test which
      can fail on some platforms because we can't find inline function
      arguments.

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

Summary of changes:
 tapset/networking.stp                              |    4 +-
 testsuite/buildok/netdev.stp                       |   47 -------------------
 testsuite/buildok/networking-all-probes.stp        |    5 ++
 ...ared_copy.stp => networking-change_rx_flag.stp} |    7 ++-
 testsuite/buildok/networking-detailed.stp          |   48 ++++++++++++++++++++
 testsuite/buildok/networking-embedded.stp          |    5 ++
 testsuite/buildok/networking.stp                   |    6 ---
 7 files changed, 64 insertions(+), 58 deletions(-)
 delete mode 100755 testsuite/buildok/netdev.stp
 create mode 100755 testsuite/buildok/networking-all-probes.stp
 copy testsuite/buildok/{memory-write_shared_copy.stp => networking-change_rx_flag.stp} (55%)
 create mode 100755 testsuite/buildok/networking-detailed.stp
 create mode 100755 testsuite/buildok/networking-embedded.stp
 delete mode 100755 testsuite/buildok/networking.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]