From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21871 invoked by alias); 7 Jul 2010 16:12:12 -0000 Received: (qmail 21839 invoked by uid 678); 7 Jul 2010 16:12:08 -0000 Date: Wed, 07 Jul 2010 16:12:00 -0000 Message-ID: <20100707161208.21828.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-428-gb96bcce X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bfdaad1ea04409eb6568e7a440786e592b6756bb X-Git-Newrev: b96bcce8364d9b34cdf0da53ab0633b57e9ca318 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: 2010-q3/txt/msg00026.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 b96bcce8364d9b34cdf0da53ab0633b57e9ca318 (commit) from bfdaad1ea04409eb6568e7a440786e592b6756bb (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 b96bcce8364d9b34cdf0da53ab0633b57e9ca318 Author: William Cohen Date: Wed Jul 7 12:11:15 2010 -0400 Add dduval's errno.stp and deviceseeks.stp examples. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/index.html | 6 +++ testsuite/systemtap.examples/index.txt | 14 ++++++++ testsuite/systemtap.examples/io/deviceseeks.meta | 13 +++++++ testsuite/systemtap.examples/io/deviceseeks.stp | 28 +++++++++++++++ testsuite/systemtap.examples/keyword-index.html | 6 +++ testsuite/systemtap.examples/keyword-index.txt | 14 ++++++++ testsuite/systemtap.examples/profiling/errno.meta | 13 +++++++ testsuite/systemtap.examples/profiling/errno.stp | 38 +++++++++++++++++++++ 8 files changed, 132 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.examples/io/deviceseeks.meta create mode 100755 testsuite/systemtap.examples/io/deviceseeks.stp create mode 100644 testsuite/systemtap.examples/profiling/errno.meta create mode 100755 testsuite/systemtap.examples/profiling/errno.stp hooks/post-receive -- systemtap: system-wide probe/trace tool