From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22863 invoked by alias); 9 Oct 2008 03:55:44 -0000 Received: (qmail 22831 invoked by uid 9778); 9 Oct 2008 03:55:42 -0000 Date: Thu, 09 Oct 2008 03:55:00 -0000 Message-ID: <20081009035541.22812.qmail@sourceware.org> From: ddomingo@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-338-g37cda13 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0d633db21595f7160d0f7a767ab92181284d8adb X-Git-Newrev: 37cda13ed305fc4887536166c232f4aee087d862 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: 2008-q4/txt/msg00037.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 37cda13ed305fc4887536166c232f4aee087d862 (commit) via 9e522dfc27872bd28ab5a4f7fbfbfd7cc843e3cb (commit) via 905da6a564c4204c15e74969dd7d5ec28063cdbf (commit) via abcca478e050a2207cac91e227683741b46582fa (commit) via 85c7a9a6efa9de3b8439f16c10601540af4a0e1e (commit) via 5b23a4f5b9150b1c9c07f759d0529a1f4b34261b (commit) via 56bf4a62d293f8a353a63833cf945024d1d77ae8 (commit) via d77fecabffb83a90c7ef7b6ad81a183beb345330 (commit) via 986ad45b8bdbe661a44da48cae26977d923fa47d (commit) via 32063e3ce431d0017329c13b77549646c43fdae3 (commit) from 0d633db21595f7160d0f7a767ab92181284d8adb (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 37cda13ed305fc4887536166c232f4aee087d862 Merge: 9e522dfc27872bd28ab5a4f7fbfbfd7cc843e3cb 0d633db21595f7160d0f7a767ab92181284d8adb Author: ddomingo Date: Thu Oct 9 13:12:08 2008 +1000 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 9e522dfc27872bd28ab5a4f7fbfbfd7cc843e3cb Author: ddomingo Date: Thu Oct 9 13:09:55 2008 +1000 added new stuff commit 905da6a564c4204c15e74969dd7d5ec28063cdbf Author: ddomingo Date: Wed Oct 8 11:39:50 2008 +1000 added traceio2.stp commit abcca478e050a2207cac91e227683741b46582fa Author: ddomingo Date: Wed Oct 8 08:14:05 2008 +1000 modified to allow conditional-by-brand tagging commit 85c7a9a6efa9de3b8439f16c10601540af4a0e1e Author: ddomingo Date: Wed Oct 8 08:12:24 2008 +1000 corrected tag errors commit 5b23a4f5b9150b1c9c07f759d0529a1f4b34261b Author: ddomingo Date: Tue Oct 7 14:07:23 2008 +1000 added para-callgraph.stp commit 56bf4a62d293f8a353a63833cf945024d1d77ae8 Merge: d77fecabffb83a90c7ef7b6ad81a183beb345330 5311c037f83f66967f9de4cc66815f93940bb005 Author: ddomingo Date: Mon Oct 6 16:19:08 2008 +1000 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit d77fecabffb83a90c7ef7b6ad81a183beb345330 Author: ddomingo Date: Mon Oct 6 16:17:36 2008 +1000 added target(), -c and -x to functions, also added Basic Constructs (conditional statements and variables) commit 986ad45b8bdbe661a44da48cae26977d923fa47d Author: ddomingo Date: Mon Oct 6 16:17:03 2008 +1000 added target(), -c and -x to functions, also added Basic Constructs (conditional statements and variables) commit 32063e3ce431d0017329c13b77549646c43fdae3 Author: ddomingo Date: Fri Oct 3 14:02:04 2008 +1000 added section for traceio.stp (tracking cumulative IO) ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Beginners_Guide/Makefile | 2 + doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 173 ++++++++++++++++++- doc/SystemTap_Beginners_Guide/en-US/Section.xml | 12 ++ .../en-US/Useful_Scripts-inodewatch.xml | 71 ++++++++ .../en-US/Useful_Scripts-inodewatch2.xml | 57 +++++++ .../en-US/Useful_Scripts-iotop.xml | 2 +- .../en-US/Useful_Scripts-paracallgraph.xml | 99 +++++++++++ .../en-US/Useful_Scripts-traceio.xml | 73 ++++++++ .../en-US/Useful_Scripts-traceio2.xml | 80 +++++++++ .../en-US/Useful_SystemTap_Scripts.xml | 16 ++- .../en-US/Using_SystemTap.xml | 13 ++ 11 files changed, 582 insertions(+), 16 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Section.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-inodewatch.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-inodewatch2.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-paracallgraph.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-traceio.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-traceio2.xml hooks/post-receive -- systemtap: system-wide probe/trace tool