From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8093 invoked by alias); 30 Jan 2009 17:44:04 -0000 Received: (qmail 8063 invoked by uid 678); 30 Jan 2009 17:44:00 -0000 Date: Fri, 30 Jan 2009 17:44:00 -0000 Message-ID: <20090130174358.8047.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-246-g1cc8a4c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9fbda39bf7687ceeee28813f30f6e3ec5c72fc5d X-Git-Newrev: 1cc8a4c78bff79ea8b60e916e5cd01571b469b03 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-q1/txt/msg00082.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 1cc8a4c78bff79ea8b60e916e5cd01571b469b03 (commit) from 9fbda39bf7687ceeee28813f30f6e3ec5c72fc5d (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 1cc8a4c78bff79ea8b60e916e5cd01571b469b03 Author: William Cohen Date: Fri Jan 30 12:33:14 2009 -0500 Move the scf.stp example from systemtap.samples to systemtap.examples. ----------------------------------------------------------------------- Summary of changes: testsuite/ChangeLog | 10 +++++++++ testsuite/systemtap.examples/index.html | 3 ++ testsuite/systemtap.examples/index.txt | 10 +++++++++ testsuite/systemtap.examples/interrupt/scf.meta | 13 ++++++++++++ testsuite/systemtap.examples/interrupt/scf.stp | 21 +++++++++++++++++++ testsuite/systemtap.examples/keyword-index.html | 11 +++++++++- testsuite/systemtap.examples/keyword-index.txt | 22 ++++++++++++++++++++ testsuite/systemtap.samples/scf.stp | 25 ----------------------- testsuite/systemtap.samples/scf2.stp | 13 ------------ 9 files changed, 89 insertions(+), 39 deletions(-) create mode 100644 testsuite/systemtap.examples/interrupt/scf.meta create mode 100644 testsuite/systemtap.examples/interrupt/scf.stp delete mode 100644 testsuite/systemtap.samples/scf.stp delete mode 100644 testsuite/systemtap.samples/scf2.stp hooks/post-receive -- systemtap: system-wide probe/trace tool