From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1929 invoked by alias); 19 Dec 2011 20:29:58 -0000 Received: (qmail 1893 invoked by uid 678); 19 Dec 2011 20:29:55 -0000 Date: Mon, 19 Dec 2011 20:29:00 -0000 Message-ID: <20111219202955.1882.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-622-ge44cf9f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a1110d49010eb792eb127624097818b0ab5ebf72 X-Git-Newrev: e44cf9f078d5180120a87d74b4b06c2daf0f5c1f 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/msg00244.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 e44cf9f078d5180120a87d74b4b06c2daf0f5c1f (commit) via 4bd99fcf903829c8d672b9ae4a05005f44832044 (commit) from a1110d49010eb792eb127624097818b0ab5ebf72 (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 e44cf9f078d5180120a87d74b4b06c2daf0f5c1f Author: William Cohen Date: Fri Dec 16 14:47:00 2011 -0500 Add a test for the speculative.stp tapset A simple test to make sure that the speculative.stp tapset can be compiled and used. commit 4bd99fcf903829c8d672b9ae4a05005f44832044 Author: William Cohen Date: Fri Dec 16 13:40:01 2011 -0500 Add the speculative.stp tapset The speculative.stp tapset allow one to speculative add things to output buffers and then later commit or discard the information in the buffers. Four functions in the tapset: speculation() - function to give an id for speculative buffer speculate() - add output to a speculative buffer discard() - remove output for a speculative buffer commit() - output data for a speculative buffer ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/tapsets.tmpl | 10 +++ tapset/speculative.stp | 80 ++++++++++++++++++++ testsuite/systemtap.speculate/speculate.c | 34 ++++++++ .../speculate.exp} | 16 +--- testsuite/systemtap.speculate/speculate.stp | 44 +++++++++++ 5 files changed, 173 insertions(+), 11 deletions(-) create mode 100644 tapset/speculative.stp create mode 100644 testsuite/systemtap.speculate/speculate.c copy testsuite/{systemtap.base/bz10078.exp => systemtap.speculate/speculate.exp} (63%) create mode 100644 testsuite/systemtap.speculate/speculate.stp hooks/post-receive -- systemtap: system-wide probe/trace tool