From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11814 invoked by alias); 21 Apr 2010 22:32:59 -0000 Received: (qmail 11783 invoked by uid 678); 21 Apr 2010 22:32:57 -0000 Date: Wed, 21 Apr 2010 22:32:00 -0000 Message-ID: <20100421223256.11771.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.2-73-ge01bc08 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 38105915a1d8210e25213eba9d0f1c1c8c22f808 X-Git-Newrev: e01bc08e133789fc3ee18637d73e10eb9be6682b 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-q2/txt/msg00039.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 e01bc08e133789fc3ee18637d73e10eb9be6682b (commit) from 38105915a1d8210e25213eba9d0f1c1c8c22f808 (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 e01bc08e133789fc3ee18637d73e10eb9be6682b Author: William Cohen Date: Wed Apr 21 18:32:21 2010 -0400 Add cycle_thief.stp to the examples. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/index.html | 3 + testsuite/systemtap.examples/index.txt | 13 +++ testsuite/systemtap.examples/keyword-index.html | 15 +++ testsuite/systemtap.examples/keyword-index.txt | 65 ++++++++++++++ .../systemtap.examples/process/cycle_thief.meta | 14 +++ .../systemtap.examples/process/cycle_thief.stp | 94 ++++++++++++++++++++ 6 files changed, 204 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.examples/process/cycle_thief.meta create mode 100644 testsuite/systemtap.examples/process/cycle_thief.stp hooks/post-receive -- systemtap: system-wide probe/trace tool