From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17547 invoked by alias); 28 Jul 2009 19:42:34 -0000 Received: (qmail 17515 invoked by uid 9156); 28 Jul 2009 19:42:32 -0000 Date: Tue, 28 Jul 2009 19:42:00 -0000 Message-ID: <20090728194227.17462.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-208-ge25bf3c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 601f4c5a4be6f5a52b56fd8620faf765b63b1a07 X-Git-Newrev: e25bf3cd072c937fd6235e206e98b082769aa1bb 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-q3/txt/msg00077.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 e25bf3cd072c937fd6235e206e98b082769aa1bb (commit) from 601f4c5a4be6f5a52b56fd8620faf765b63b1a07 (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 e25bf3cd072c937fd6235e206e98b082769aa1bb Author: David Smith Date: Tue Jul 28 14:40:41 2009 -0500 Improves functionality on rawhide (2.6.31-rcX) kernels. * runtime/transport/ring_buffer.c (struct _stp_iterator): Renamed from _stp_ring_buffer_data. (_stp_data_open_trace): Uses _stp_iterator. (_stp_data_release_trace): Ditto. (_stp_ring_buffer_empty_cpu): Ditto. (_stp_ring_buffer_empty): Ditto. (_stp_ring_buffer_consume): Ditto. (_stp_tracing_wait_pipe): Ditto. (_stp_peek_next_event): Ditto. (_stp_find_next_event): Ditto. (_stp_data_read_trace): Ditto. (_stp_data_write_reserve): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/transport/ring_buffer.c | 178 +++++++++++++++++++++++++-------------- 1 files changed, 113 insertions(+), 65 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool