From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23549 invoked by alias); 10 Oct 2011 09:12:18 -0000 Received: (qmail 23521 invoked by uid 426); 10 Oct 2011 09:12:17 -0000 Date: Mon, 10 Oct 2011 09:12:00 -0000 Message-ID: <20111010091217.23510.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-288-gc9ccb64 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4cb8fe913c6878129d14be837fb2bebbc581619f X-Git-Newrev: c9ccb642c453d05af5afdc2c9769e475ba3255e8 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/msg00016.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 c9ccb642c453d05af5afdc2c9769e475ba3255e8 (commit) via 014fc4581315bfd7780dea13b5d21b8175494de9 (commit) from 4cb8fe913c6878129d14be837fb2bebbc581619f (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 c9ccb642c453d05af5afdc2c9769e475ba3255e8 Author: Frank Ch. Eigler Date: Mon Oct 10 05:08:22 2011 -0400 PR13100: build tracepoint query modules separately, concurrently * tapsets.cxx (tracepoint_extra_decls): Prepare for PR13155. (get_tracepoint_modules): Rewrite former get_tracepoint_module(). (tracepoint_builder::init_dw): Don't even try to build all tracequery modules at once. * buildrun.cxx (make_tracequeries): Replace make_tracequery(). Run given compilation jobs in parallel. * buildrun.h: Corresponding changes. * hash.cxx (find_tracequery_hash): Clarify signature for single header. * hash.h: Corresponding changes. commit 014fc4581315bfd7780dea13b5d21b8175494de9 Author: Frank Ch. Eigler Date: Mon Oct 10 04:48:26 2011 -0400 testsuite: note number of kernel tracepoints tested in pass result ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 76 ++++++-------- buildrun.h | 3 +- hash.cxx | 9 +- hash.h | 2 +- tapsets.cxx | 157 +++++++++++++++++++----------- testsuite/systemtap.base/tracepoints.exp | 6 +- 6 files changed, 144 insertions(+), 109 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool