From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27925 invoked by alias); 2 Oct 2008 13:50:21 -0000 Received: (qmail 27894 invoked by uid 9778); 2 Oct 2008 13:50:18 -0000 Date: Thu, 02 Oct 2008 13:50:00 -0000 Message-ID: <20081002135018.27882.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-311-g06af1f3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: caf566cb319004a314b09ea6fd6781941db89f8e X-Git-Newrev: 06af1f31b5cf2eacfee45d780d59059f56270a55 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/msg00003.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 06af1f31b5cf2eacfee45d780d59059f56270a55 (commit) via 4125a78ae5fc99abb8606bf0eda2a08b3e2d300c (commit) via 82d902f7b6564fd3cce673d315cf153e4703d5c7 (commit) via c7415f95827be9b6bee3e635d0118231cdd8b638 (commit) from caf566cb319004a314b09ea6fd6781941db89f8e (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 06af1f31b5cf2eacfee45d780d59059f56270a55 Merge: 4125a78ae5fc99abb8606bf0eda2a08b3e2d300c caf566cb319004a314b09ea6fd6781941db89f8e Author: ddomingo Date: Thu Oct 2 23:26:24 2008 +1000 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 4125a78ae5fc99abb8606bf0eda2a08b3e2d300c Author: ddomingo Date: Thu Oct 2 23:07:01 2008 +1000 new section, iotop.stp commit 82d902f7b6564fd3cce673d315cf153e4703d5c7 Author: ddomingo Date: Wed Oct 1 13:13:25 2008 +1000 added installation chapter commit c7415f95827be9b6bee3e635d0118231cdd8b638 Author: ddomingo Date: Wed Oct 1 09:29:07 2008 +1000 removed brackets in replaceables, my mistake ----------------------------------------------------------------------- Summary of changes: .../en-US/CrossInstrumenting.xml | 18 ++- .../en-US/Installation.xml | 95 ++++++++++++++++ .../en-US/Introduction.xml | 2 +- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 86 ++++++++------- .../en-US/SystemTap_Beginners_Guide.xml | 3 +- .../en-US/Tips_Tricks.xml | 7 +- .../en-US/Understanding_How_SystemTap_Works.xml | 12 ++- .../en-US/Useful_Scripts-disktop.xml | 22 ++-- .../en-US/Useful_Scripts-iotop.xml | 76 +++++++++++++ .../en-US/Useful_SystemTap_Scripts.xml | 4 + .../en-US/Using_SystemTap.xml | 117 +++----------------- 11 files changed, 277 insertions(+), 165 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Installation.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-iotop.xml hooks/post-receive -- systemtap: system-wide probe/trace tool