From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24072 invoked by alias); 15 Oct 2008 06:38:03 -0000 Received: (qmail 23996 invoked by uid 9778); 15 Oct 2008 06:38:01 -0000 Date: Wed, 15 Oct 2008 06:38:00 -0000 Message-ID: <20081015063759.23984.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-362-gf32ca75 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 180b066c1d27320c1d706e35f56c8dc165d89583 X-Git-Newrev: f32ca759d95515be3c7728c9ffd7afcfa49e1ce0 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/msg00057.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 f32ca759d95515be3c7728c9ffd7afcfa49e1ce0 (commit) via f4e4014f97627cfd36429d1c5b8e65373a837875 (commit) via 74939defa679347fdd0b32d804b24b9976cb7cf3 (commit) via 30eb88b11b2a1438a400f0c2b1118d600010df27 (commit) from 180b066c1d27320c1d706e35f56c8dc165d89583 (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 f32ca759d95515be3c7728c9ffd7afcfa49e1ce0 Author: ddomingo Date: Wed Oct 15 15:05:02 2008 +1000 tried improving Installation, also trying out new chapter on advanced scripts (tentative) commit f4e4014f97627cfd36429d1c5b8e65373a837875 Merge: 74939defa679347fdd0b32d804b24b9976cb7cf3 180b066c1d27320c1d706e35f56c8dc165d89583 Author: ddomingo Date: Mon Oct 13 14:38:03 2008 +1000 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 74939defa679347fdd0b32d804b24b9976cb7cf3 Author: ddomingo Date: Mon Oct 13 14:37:11 2008 +1000 added Useful_Scripts-nettop.xml commit 30eb88b11b2a1438a400f0c2b1118d600010df27 Author: ddomingo Date: Mon Oct 13 09:36:52 2008 +1000 added Useful_Scripts-kernelprofiling.xml ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Beginners_Guide/en-US/Appendix.xml | 10 +- .../en-US/CrossInstrumenting.xml | 8 +- .../en-US/Installation.xml | 86 ++++++++++++- .../en-US/Introduction.xml | 50 ++++++-- .../en-US/SystemTap_Beginners_Guide.xml | 2 +- .../en-US/Useful_Advanced_Scripts.xml | 30 +++++ .../en-US/Useful_Scripts-disktop.xml | 14 +- .../en-US/Useful_Scripts-functioncalls.xml | 2 +- .../en-US/Useful_Scripts-kernelprofiling.xml | 111 +++++++++++++++++ .../en-US/Useful_Scripts-nettop.xml | 131 ++++++++++++++++++++ .../en-US/Useful_SystemTap_Scripts.xml | 2 + 11 files changed, 415 insertions(+), 31 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Advanced_Scripts.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-kernelprofiling.xml create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-nettop.xml hooks/post-receive -- systemtap: system-wide probe/trace tool