From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20012 invoked by alias); 20 Oct 2008 06:31:04 -0000 Received: (qmail 19985 invoked by uid 9778); 20 Oct 2008 06:31:02 -0000 Date: Mon, 20 Oct 2008 06:31:00 -0000 Message-ID: <20081020063101.19974.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-372-gaacc3f5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b0ff684d5ac5b0ade97a4e508a92a7f743068221 X-Git-Newrev: aacc3f504dc5e52a8c5a30a469e2c8b9bb9986bd 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/msg00069.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 aacc3f504dc5e52a8c5a30a469e2c8b9bb9986bd (commit) via 3cb837a1af0ccad4ba335ee6b21e906a3021d198 (commit) from b0ff684d5ac5b0ade97a4e508a92a7f743068221 (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 aacc3f504dc5e52a8c5a30a469e2c8b9bb9986bd Merge: 3cb837a1af0ccad4ba335ee6b21e906a3021d198 b0ff684d5ac5b0ade97a4e508a92a7f743068221 Author: ddomingo Date: Mon Oct 20 16:30:48 2008 +1000 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 3cb837a1af0ccad4ba335ee6b21e906a3021d198 Author: ddomingo Date: Mon Oct 20 16:29:56 2008 +1000 revised as per latest from wcohen, started out errors, minor edits throughout ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Beginners_Guide/en-US/Errors.xml | 112 ++++++++++++++++++++ .../en-US/Installation.xml | 20 ++-- .../en-US/Introduction.xml | 4 +- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 36 ++++--- .../en-US/Understanding_How_SystemTap_Works.xml | 4 +- .../en-US/Useful_Scripts-disktop.xml | 13 --- .../en-US/Useful_Scripts-sockettrace.xml | 71 ++++++++++++ .../en-US/Useful_Scripts-threadtimes.xml | 106 ++++++++++++++++++ .../en-US/Useful_SystemTap_Scripts.xml | 2 + .../en-US/Using_SystemTap.xml | 2 +- 10 files changed, 326 insertions(+), 44 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-sockettrace.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-threadtimes.xml hooks/post-receive -- systemtap: system-wide probe/trace tool