From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13418 invoked by alias); 23 Feb 2009 23:22:48 -0000 Received: (qmail 13392 invoked by uid 9586); 23 Feb 2009 23:22:47 -0000 Date: Mon, 23 Feb 2009 23:22:00 -0000 Message-ID: <20090223232247.13381.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-24-g7b6e559 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9e67aff9f4c269e0a56524c3f2fafaf8e038bda7 X-Git-Newrev: 7b6e55916c072b5e2496635a8c43711d7cba821d 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/msg00205.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 7b6e55916c072b5e2496635a8c43711d7cba821d (commit) via bf2a0399419306bf26cd57236822c51be893dfb0 (commit) via 5780cc7f8208ebca519d6e076fe403b1220ab865 (commit) from 9e67aff9f4c269e0a56524c3f2fafaf8e038bda7 (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 7b6e55916c072b5e2496635a8c43711d7cba821d Merge: 9e67aff9f4c269e0a56524c3f2fafaf8e038bda7 bf2a0399419306bf26cd57236822c51be893dfb0 Author: Josh Stone Date: Mon Feb 23 15:10:13 2009 -0800 Merge branch 'gtod' commit bf2a0399419306bf26cd57236822c51be893dfb0 Author: Josh Stone Date: Mon Feb 23 15:08:02 2009 -0800 Add a testcase for gtod init/kill This test simply checks that _gettimeofday_init and _gettimeofday_kill are pulled in when gettimeofday is used, and also that they are NOT pulled in when gettimeofday is not used. commit 5780cc7f8208ebca519d6e076fe403b1220ab865 Author: Josh Stone Date: Mon Feb 23 14:22:38 2009 -0800 Add selective use of _stp_time_init/kill (PR9822) Our gettimeofday runtime has frequent wakeups to stay in sync with kernel time, but this is wasted effort if gettimeofday is not used in the script. This patch moves the calls to _stp_time_init and _stp_time_kill into begin and end/error probes, which only get pulled in if one of the gettimeofday variants is called. ----------------------------------------------------------------------- Summary of changes: runtime/time.c | 8 ++++- runtime/transport/transport.c | 6 --- tapset/timestamp.stp | 43 -------------------------- tapset/{timestamp.stp => timestamp_gtod.stp} | 29 ++++++++++------- testsuite/systemtap.base/gtod_init.exp | 29 +++++++++++++++++ 5 files changed, 53 insertions(+), 62 deletions(-) copy tapset/{timestamp.stp => timestamp_gtod.stp} (70%) create mode 100644 testsuite/systemtap.base/gtod_init.exp hooks/post-receive -- systemtap: system-wide probe/trace tool