From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31417 invoked by alias); 23 Oct 2008 07:06:05 -0000 Received: (qmail 31384 invoked by uid 9778); 23 Oct 2008 07:06:00 -0000 Date: Thu, 23 Oct 2008 07:06:00 -0000 Message-ID: <20081023070554.31362.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-380-g91018c7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dd09ee8f6048ccb7a998c09926d8442182595292 X-Git-Newrev: 91018c73409bc6d5d01666f5bbf53d62af5e6c18 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/msg00075.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 91018c73409bc6d5d01666f5bbf53d62af5e6c18 (commit) via 518f6dfdd0c449edc142706a70898dd37f595cf3 (commit) from dd09ee8f6048ccb7a998c09926d8442182595292 (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 91018c73409bc6d5d01666f5bbf53d62af5e6c18 Author: ddomingo Date: Thu Oct 23 17:04:20 2008 +1000 added Arrays and other minor edits commit 518f6dfdd0c449edc142706a70898dd37f595cf3 Author: ddomingo Date: Wed Oct 22 14:22:44 2008 +1000 more edits as per wcohen ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Beginners_Guide/en-US/Arrays.xml | 79 ++++++++++ .../en-US/CrossInstrumenting.xml | 4 +- .../en-US/Installation.xml | 15 +-- .../en-US/ScriptConstructs.xml | 165 ++++++++++++++++++++ doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 154 +------------------ .../en-US/SystemTap_Beginners_Guide.xml | 2 +- .../en-US/Understanding_How_SystemTap_Works.xml | 1 + .../en-US/Useful_Scripts-nettop.xml | 48 +++--- .../en-US/Using_SystemTap.xml | 27 ++++ 9 files changed, 304 insertions(+), 191 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Arrays.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml hooks/post-receive -- systemtap: system-wide probe/trace tool