From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31600 invoked by alias); 7 Dec 2010 22:55:10 -0000 Received: (qmail 31565 invoked by uid 678); 7 Dec 2010 22:55:08 -0000 Date: Tue, 07 Dec 2010 22:55:00 -0000 Message-ID: <20101207225508.31554.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-358-g388c4f6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 355deac3af614ad19cafb0b78090f894ace494de X-Git-Newrev: 388c4f6eb33148efb8645e780cfb39b688d8a691 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: 2010-q4/txt/msg00127.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 388c4f6eb33148efb8645e780cfb39b688d8a691 (commit) via 10f8ad12955b84d0f459ce9b7e1b3d4089772f4d (commit) via 574369a8a0f608b887be581f273280506389616a (commit) via c5372ec5f2a36228751bf7978b8e3b874830e456 (commit) via ff6175ae1de7185bc6f392ed8d65f9181807b9ab (commit) via 38767d15d220371396c30d36ea3e32d1e33c30fb (commit) via cf4d7b41bafa2bb52a91f5ef60d57c429dad3bc2 (commit) via 2677b2dd91021b6ba26cc3e882fe67d8f03979f7 (commit) via edf7836bc77594cfce90337cd340ac44a5156d44 (commit) from 355deac3af614ad19cafb0b78090f894ace494de (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 388c4f6eb33148efb8645e780cfb39b688d8a691 Author: William Cohen Date: Tue Dec 7 17:51:54 2010 -0500 Add stap_staticmarkers.stp to SystemTap tapset reference manual. commit 10f8ad12955b84d0f459ce9b7e1b3d4089772f4d Author: William Cohen Date: Tue Dec 7 17:50:24 2010 -0500 Increase environment limits to allow Tapset Reference manual to build. commit 574369a8a0f608b887be581f273280506389616a Author: William Cohen Date: Tue Dec 7 16:37:28 2010 -0500 Add the scheduler.stp to the Tapset Reference manual. commit c5372ec5f2a36228751bf7978b8e3b874830e456 Author: William Cohen Date: Tue Dec 7 15:58:13 2010 -0500 Add the indent.stp to the Tapset reference manual. commit ff6175ae1de7185bc6f392ed8d65f9181807b9ab Author: William Cohen Date: Tue Dec 7 15:38:07 2010 -0500 Minor edits to ucontext.stp documentation comment. commit 38767d15d220371396c30d36ea3e32d1e33c30fb Author: William Cohen Date: Tue Dec 7 15:27:20 2010 -0500 Add irq.stp to Tapset Reference manual commit cf4d7b41bafa2bb52a91f5ef60d57c429dad3bc2 Author: William Cohen Date: Tue Dec 7 12:19:05 2010 -0500 Add ucontext.stp to the tapset reference manual commit 2677b2dd91021b6ba26cc3e882fe67d8f03979f7 Merge: edf7836 355deac Author: William Cohen Date: Tue Dec 7 12:06:56 2010 -0500 Merge branch 'master' of ssh://sourceware.org/git/systemtap commit edf7836bc77594cfce90337cd340ac44a5156d44 Author: William Cohen Date: Tue Dec 7 12:05:08 2010 -0500 Add conversions-guru.stp to tapset manual ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/Makefile.am | 2 +- doc/SystemTap_Tapset_Reference/Makefile.in | 2 +- doc/SystemTap_Tapset_Reference/tapsets.tmpl | 48 +++++++++ tapset/conversions-guru.stp | 10 ++- tapset/indent.stp | 33 ++----- tapset/irq.stp | 116 +++++++++------------- tapset/scheduler.stp | 140 ++++++++++++--------------- tapset/stap_staticmarkers.stp | 103 +++++++++++++++----- tapset/ucontext.stp | 3 +- 9 files changed, 255 insertions(+), 202 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool