From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1708 invoked by alias); 2 Nov 2010 21:14:38 -0000 Received: (qmail 1678 invoked by uid 9586); 2 Nov 2010 21:14:37 -0000 Date: Tue, 02 Nov 2010 21:14:00 -0000 Message-ID: <20101102211437.1667.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-260-g3fd1c49 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7f184158d9f7c89bddc0ae00737c08ce7b831360 X-Git-Newrev: 3fd1c4901e81e5f6b550bb988d612281e0fc231b 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-q4/txt/msg00058.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 3fd1c4901e81e5f6b550bb988d612281e0fc231b (commit) from 7f184158d9f7c89bddc0ae00737c08ce7b831360 (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 3fd1c4901e81e5f6b550bb988d612281e0fc231b Author: Josh Stone Date: Tue Nov 2 14:01:23 2010 -0700 Improve gettimeofday stability These are a few tweaks to improve the stability of our gettimeofday startup and shutdown. Hopefully this helps with PR10651 and PR12182, but that's not been confirmed yet. * runtime/runtime.h: Don't include time.c here. * translate.cxx (c_unparser::emit_common_header): Include time.c here, only if NEEDed (so we also ensure init/kill_time will be called). (c_unparser::emit_module_init): Change to STAP_SESSION_STOPPED for the final cleanup efforts, especially for time.c to wrap up. (c_unparser::emit_module_exit): Ditto. * runtime/time.c (__stp_time_timer_callback): Use the session_state instead of stp_timer_reregister, and continue until STOPPED. (__stp_init_time): Don't add_timer from the IPI. (_stp_init_time): Instead, add_timer_on each cpu here. ----------------------------------------------------------------------- Summary of changes: runtime/runtime.h | 1 - runtime/time.c | 17 +++++++---------- translate.cxx | 6 ++++++ 3 files changed, 13 insertions(+), 11 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool