From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17384 invoked by alias); 6 Feb 2009 22:46:13 -0000 Received: (qmail 17345 invoked by uid 678); 6 Feb 2009 22:46:10 -0000 Date: Fri, 06 Feb 2009 22:46:00 -0000 Message-ID: <20090206224610.17334.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-312-g3e4444e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5c54d49ebb4da71680cb45e3be221e11b9b8d364 X-Git-Newrev: 3e4444ed0b5367ee58c89685c2ee072abc185737 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q1/txt/msg00127.txt.bz2 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 3e4444ed0b5367ee58c89685c2ee072abc185737 (commit) from 5c54d49ebb4da71680cb45e3be221e11b9b8d364 (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 3e4444ed0b5367ee58c89685c2ee072abc185737 Author: William Cohen Date: Fri Feb 6 17:44:23 2009 -0500 Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp. Regenerate the catalog information. ----------------------------------------------------------------------- Summary of changes: testsuite/ChangeLog | 11 ++++++ testsuite/systemtap.examples/index.html | 3 ++ testsuite/systemtap.examples/index.txt | 11 ++++++ testsuite/systemtap.examples/io/iostats.meta | 13 +++++++ testsuite/systemtap.examples/io/iostats.stp | 44 +++++++++++++++++++++++ testsuite/systemtap.examples/keyword-index.html | 6 +++ testsuite/systemtap.examples/keyword-index.txt | 22 +++++++++++ testsuite/systemtap.samples/iotask.stp | 44 ----------------------- testsuite/systemtap.samples/iotask2.stp | 42 --------------------- 9 files changed, 110 insertions(+), 86 deletions(-) create mode 100644 testsuite/systemtap.examples/io/iostats.meta create mode 100644 testsuite/systemtap.examples/io/iostats.stp delete mode 100644 testsuite/systemtap.samples/iotask.stp delete mode 100644 testsuite/systemtap.samples/iotask2.stp hooks/post-receive -- systemtap: system-wide probe/trace tool