From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26356 invoked by alias); 14 Dec 2011 20:47:02 -0000 Received: (qmail 26293 invoked by uid 678); 14 Dec 2011 20:47:00 -0000 Date: Wed, 14 Dec 2011 20:47:00 -0000 Message-ID: <20111214204700.26282.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.6-597-g7bec2ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 256f916c19c80afefa60bdaf6d437f3b61a6f1fd X-Git-Newrev: 7bec2ae95b347fac54d2c54a9f1884a43ff8d68a 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: 2011-q4/txt/msg00223.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 7bec2ae95b347fac54d2c54a9f1884a43ff8d68a (commit) via 1ac83e5c7a2375090cd939e986f548620bd3a8eb (commit) from 256f916c19c80afefa60bdaf6d437f3b61a6f1fd (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 7bec2ae95b347fac54d2c54a9f1884a43ff8d68a Author: William Cohen Date: Wed Dec 14 15:46:38 2011 -0500 Add the periodic.stp example to the index commit 1ac83e5c7a2375090cd939e986f548620bd3a8eb Author: William Cohen Date: Wed Dec 14 15:45:12 2011 -0500 Add the periodic.stp example ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/index.html | 3 + testsuite/systemtap.examples/index.txt | 15 +++++ testsuite/systemtap.examples/keyword-index.html | 3 + testsuite/systemtap.examples/keyword-index.txt | 15 +++++ .../systemtap.examples/profiling/periodic.meta | 14 ++++ .../systemtap.examples/profiling/periodic.stp | 66 ++++++++++++++++++++ 6 files changed, 116 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.examples/profiling/periodic.meta create mode 100755 testsuite/systemtap.examples/profiling/periodic.stp hooks/post-receive -- systemtap: system-wide probe/trace tool