From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27973 invoked by alias); 9 Oct 2008 13:31:59 -0000 Received: (qmail 27946 invoked by uid 9778); 9 Oct 2008 13:31:57 -0000 Date: Thu, 09 Oct 2008 13:31:00 -0000 Message-ID: <20081009133155.27932.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-341-ge2607b1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 37cda13ed305fc4887536166c232f4aee087d862 X-Git-Newrev: e2607b19ce56830d64affed6a8ab169697bf2ccf 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/msg00039.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 e2607b19ce56830d64affed6a8ab169697bf2ccf (commit) via 137cb502e6e557bc7130f67ebf5c9068fa080627 (commit) via a6f1ed2e550699722ee8483018cb9230c62d1ace (commit) from 37cda13ed305fc4887536166c232f4aee087d862 (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 e2607b19ce56830d64affed6a8ab169697bf2ccf Author: ddomingo Date: Thu Oct 9 23:31:08 2008 +1000 latest edits commit 137cb502e6e557bc7130f67ebf5c9068fa080627 Author: ddomingo Date: Thu Oct 9 14:51:21 2008 +1000 added Identifying Contended User-Space Locks commit a6f1ed2e550699722ee8483018cb9230c62d1ace Author: ddomingo Date: Thu Oct 9 14:14:50 2008 +1000 added Counting Function Calls Made, other minor edits ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 2 +- .../en-US/Useful_Scripts-functioncalls.xml | 80 ++++++++++++++++++ .../en-US/Useful_Scripts-futexes.xml | 88 ++++++++++++++++++++ .../en-US/Useful_Scripts-traceio2.xml | 2 +- .../en-US/Useful_SystemTap_Scripts.xml | 3 +- 5 files changed, 172 insertions(+), 3 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-functioncalls.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-futexes.xml hooks/post-receive -- systemtap: system-wide probe/trace tool