From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14884 invoked by alias); 19 Jun 2009 22:20:00 -0000 Received: (qmail 14820 invoked by uid 9593); 19 Jun 2009 22:20:00 -0000 Date: Fri, 19 Jun 2009 22:20:00 -0000 Message-ID: <20090619221959.14806.qmail@sourceware.org> From: hiramatu@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-85-g98a1242 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 54bc8f42438e7efc62c5dd2b39618ccd6c953cdd X-Git-Newrev: 98a1242d112575a8e65258f17611dd01c84fc45b 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/msg00348.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 98a1242d112575a8e65258f17611dd01c84fc45b (commit) via d3584129c20e4246ed5fe53b0f14105d8b7fa212 (commit) from 54bc8f42438e7efc62c5dd2b39618ccd6c953cdd (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 98a1242d112575a8e65258f17611dd01c84fc45b Author: Masami Hiramatsu Date: Fri Jun 19 18:19:52 2009 -0400 Fix various issues in initscript (bz506956) * initscript/systemtap.in: Fix messages. (clog): Don't strip spaces out. (parse_args): Parse -y option. (status): Show message if no scripts are running. (restart): Don't try to stop scripts if no scripts are running. commit d3584129c20e4246ed5fe53b0f14105d8b7fa212 Author: Masami Hiramatsu Date: Fri Jun 19 18:19:51 2009 -0400 Fix on-file flight recorder mode bugs on old kernel. * runtime/staprun/common.c (make_outfile_name): Moved from relay.c, fix not to open /dev/null.XXX output files, and add 'bulk' argument for bulkmode. * runtime/staprun/relay.c (make_outfile_name): Moved to common.c. * runtime/staprun/relay_old.c (open_oldoutfile): Fix to use fopen() and store FILE * to percpu_tmpfile[cpu]. ----------------------------------------------------------------------- Summary of changes: initscript/systemtap.in | 34 +++++++++++++++++++++++----------- runtime/staprun/common.c | 27 +++++++++++++++++++++++++++ runtime/staprun/relay.c | 30 +++--------------------------- runtime/staprun/relay_old.c | 17 ++++++++++------- runtime/staprun/staprun.h | 3 ++- 5 files changed, 65 insertions(+), 46 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool