From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27467 invoked by alias); 18 Jun 2009 21:43:19 -0000 Received: (qmail 27440 invoked by uid 9156); 18 Jun 2009 21:43:18 -0000 Date: Thu, 18 Jun 2009 21:43:00 -0000 Message-ID: <20090618214318.27429.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, pr7043, updated. release-0.9.8-68-g7b1be31 X-Git-Refname: refs/heads/pr7043 X-Git-Reftype: branch X-Git-Oldrev: 3bb3a45a38238f2d1ff5cecfd2cf66b288232a1f X-Git-Newrev: 7b1be319b40ec791c4fdbe77065204a4c3ed439b 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-q2/txt/msg00338.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, pr7043 has been updated via 7b1be319b40ec791c4fdbe77065204a4c3ed439b (commit) via f530a9fec01f287d42072632d5607d5fa275479d (commit) via 7c0bbff77507c69b706af667ac33770fb6180cbb (commit) from 3bb3a45a38238f2d1ff5cecfd2cf66b288232a1f (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 7b1be319b40ec791c4fdbe77065204a4c3ed439b Author: David Smith Date: Thu Jun 18 16:42:35 2009 -0500 Transports now export their state. * runtime/transport/transport.h: Added prototype for _stp_transport_get_state(). * runtime/transport/relay_v2.c (_stp_transport_get_state): New function. * runtime/transport/relayfs.c (_stp_transport_get_state): Ditto. * runtime/transport/ring_buffer.c (_stp_transport_data_fs_init): Sets state. (_stp_transport_data_fs_start): Ditto. (_stp_transport_data_fs_stop): Ditto. (_stp_transport_get_state): Returns state. * runtime/print_new.c (stp_print_flush): Checks transport state before trying to flush. commit f530a9fec01f287d42072632d5607d5fa275479d Author: David Smith Date: Thu Jun 18 16:11:17 2009 -0500 Moved global data into a single structure. commit 7c0bbff77507c69b706af667ac33770fb6180cbb Author: David Smith Date: Thu Jun 18 15:56:45 2009 -0500 Removed unused code (and all references to 'utt'). ----------------------------------------------------------------------- Summary of changes: runtime/print_new.c | 5 +- runtime/transport/relay_v2.c | 11 ++-- runtime/transport/relayfs.c | 11 ++-- runtime/transport/ring_buffer.c | 100 +++++++++++++++++++++++---------------- runtime/transport/transport.c | 52 -------------------- runtime/transport/transport.h | 14 +++++ 6 files changed, 85 insertions(+), 108 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool