From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17890 invoked by alias); 22 Nov 2009 18:15:45 -0000 Received: (qmail 17867 invoked by uid 9783); 22 Nov 2009 18:15:45 -0000 Date: Sun, 22 Nov 2009 18:15:00 -0000 Message-ID: <20091122181544.17856.qmail@sourceware.org> From: prerna@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-252-g4eea006 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e9b2a22da6a5a4cc49b410681bd5cf228f1e8fc3 X-Git-Newrev: 4eea0069b8b677657dcfea3effa2f342d0e5d27f 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: 2009-q4/txt/msg00143.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 4eea0069b8b677657dcfea3effa2f342d0e5d27f (commit) from e9b2a22da6a5a4cc49b410681bd5cf228f1e8fc3 (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 4eea0069b8b677657dcfea3effa2f342d0e5d27f Author: Prerna Saxena Date: Sun Nov 22 23:40:39 2009 +0530 Added tracepoint-based probes to block IO and IO scheduler tapsets. Added testcases for these probes. Also, modified comments in ioblock.stp so that tapset docmentation can be automatically generated for this tapset. ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/tapsets.tmpl | 5 +- tapset/ioblock.stp | 221 +++++++++++++++++++++------ tapset/ioscheduler.stp | 191 +++++++++++++++++++++++- testsuite/buildok/ioblock_test.stp | 7 + testsuite/buildok/ioscheduler.stp | 13 ++ 5 files changed, 385 insertions(+), 52 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool