From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8899 invoked by alias); 27 Apr 2011 22:35:21 -0000 Received: (qmail 8570 invoked by uid 9586); 27 Apr 2011 22:35:20 -0000 Date: Wed, 27 Apr 2011 22:35:00 -0000 Message-ID: <20110427223520.8543.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.4-275-g756cfd4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d1d13a8b281f83f22f6bfe56dce1809260734140 X-Git-Newrev: 756cfd496a2c1dcae30914b05c5cdf6a10ca4671 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: 2011-q2/txt/msg00047.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 756cfd496a2c1dcae30914b05c5cdf6a10ca4671 (commit) from d1d13a8b281f83f22f6bfe56dce1809260734140 (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 756cfd496a2c1dcae30914b05c5cdf6a10ca4671 Author: Josh Stone Date: Wed Apr 27 15:23:05 2011 -0700 remote: Allow prefixing lines with the host index When --remote-prefix is given, each line from remote scripts will be prefixed with "N: ", where N is the index of that host among all the --remote options on the command line. * remote.h (class remote): Add an optional prefix string. * remote.cxx (remote::run): Set the prefix if desired. (stapsh::handle_poll): When using prefixes, read data line-wise. * session.cxx (systemtap_session): Add bool use_remote_prefix. (systemtap_session::parse_cmdline): Set it with --remote-prefix. ----------------------------------------------------------------------- Summary of changes: remote.cxx | 33 ++++++++++++++++++++++++++------- remote.h | 1 + session.cxx | 18 +++++++++++++++++- session.h | 1 + 4 files changed, 45 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool