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-0.8-343-g413996e


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  413996e0c3b55047e12272678627f7833228d892 (commit)
      from  8df79eb6046f2fa2e1aed736b2adac4eaaf3a2f5 (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 413996e0c3b55047e12272678627f7833228d892
Author: William Cohen <wcohen@redhat.com>
Date:   Thu Feb 12 15:58:24 2009 -0500

    Function to determine page fault type and have pfaults.stp exercise it.

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

Summary of changes:
 tapset/ChangeLog                                 |    4 ++
 tapset/memory.stp                                |   43 ++++++++++++++++
 testsuite/ChangeLog                              |   11 ++++
 testsuite/systemtap.examples/index.html          |    3 +
 testsuite/systemtap.examples/index.txt           |   12 +++++
 testsuite/systemtap.examples/keyword-index.html  |    3 +
 testsuite/systemtap.examples/keyword-index.txt   |   12 +++++
 testsuite/systemtap.examples/memory/pfaults.meta |   13 +++++
 testsuite/systemtap.examples/memory/pfaults.stp  |   35 +++++++++++++
 testsuite/systemtap.samples/pfaults.exp          |   16 ------
 testsuite/systemtap.samples/pfaults.stp          |   58 ----------------------
 11 files changed, 136 insertions(+), 74 deletions(-)
 create mode 100644 testsuite/systemtap.examples/memory/pfaults.meta
 create mode 100644 testsuite/systemtap.examples/memory/pfaults.stp
 delete mode 100644 testsuite/systemtap.samples/pfaults.exp
 delete mode 100644 testsuite/systemtap.samples/pfaults.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]