From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5939 invoked by alias); 3 Jun 2009 20:21:51 -0000 Received: (qmail 5916 invoked by uid 9156); 3 Jun 2009 20:21:50 -0000 Date: Wed, 03 Jun 2009 20:21:00 -0000 Message-ID: <20090603202150.5905.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.7-149-gaf274e5 X-Git-Refname: refs/heads/pr7043 X-Git-Reftype: branch X-Git-Oldrev: 01adca5bca8d61e3fdf09017496deec8859fe12d X-Git-Newrev: af274e5bd4593fa79c0489e0b6105f4bd23310c8 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/msg00281.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 af274e5bd4593fa79c0489e0b6105f4bd23310c8 (commit) from 01adca5bca8d61e3fdf09017496deec8859fe12d (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 af274e5bd4593fa79c0489e0b6105f4bd23310c8 Author: David Smith Date: Wed Jun 3 15:20:46 2009 -0500 Make sure all DEBUG_TRANS output uses printk. * runtime/transport/control.c (_stp_ctl_write_cmd): Calls dbug_trans2 instead of _dbug (so that printk is used instead of the transport itself). (_stp_ctl_write_dbug): Ditto. * runtime/debug.h (dbug_trans2): New macro. ----------------------------------------------------------------------- Summary of changes: runtime/debug.h | 6 ++++++ runtime/transport/control.c | 28 +++++++++++++++------------- 2 files changed, 21 insertions(+), 13 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool