From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19876 invoked by alias); 27 Oct 2009 18:55:06 -0000 Received: (qmail 19815 invoked by uid 9639); 27 Oct 2009 18:55:05 -0000 Date: Tue, 27 Oct 2009 18:55:00 -0000 Message-ID: <20091027185505.19800.qmail@sourceware.org> From: moore@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-140-gf70d5f6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 618a8a634b37da88b67a49beec7282634bff3efe X-Git-Newrev: f70d5f6b702e8da5c6affb3f34836c466b01f1b9 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-q4/txt/msg00063.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 f70d5f6b702e8da5c6affb3f34836c466b01f1b9 (commit) via 8447d5545aa58965a5f47d604e14e97e673d1cd9 (commit) via 4bf8ba6e4fc0a950301e5debedababa834ea0d10 (commit) via 6fb95a63ecfa32b1524790ee42695f19773f2174 (commit) from 618a8a634b37da88b67a49beec7282634bff3efe (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 f70d5f6b702e8da5c6affb3f34836c466b01f1b9 Merge: 8447d5545aa58965a5f47d604e14e97e673d1cd9 618a8a634b37da88b67a49beec7282634bff3efe Author: Tim Moore Date: Tue Oct 27 19:50:06 2009 +0100 Merge branch 'master' of ssh://sourceware.org/git/systemtap commit 8447d5545aa58965a5f47d604e14e97e673d1cd9 Author: Tim Moore Date: Tue Oct 27 12:50:25 2009 +0100 Kill off child processes correctly on exit. * grapher/grapher.cxx (ChildDeathReader::reap): New function. (StapLauncher): Keep a list of instantiated parsers. (StapLauncher::cleanup): Kill off all launched stap processes. commit 4bf8ba6e4fc0a950301e5debedababa834ea0d10 Author: Tim Moore Date: Wed Oct 21 17:05:59 2009 +0200 More refactoring for multiple stap processes. * grapher/StapParser.hxx (StapParser): Change _win and _widget from references to pointers. * grapher/StapParser.cxx (ioCallback): Ditto. * grapher/grapher.cxx (StapLauncher, GraphicalStapLauncher): Rewrite to make GraphicalStapLauncher a derived class of StapLauncher. (main): Accept graphing data from stdin with a "-" argument. commit 6fb95a63ecfa32b1524790ee42695f19773f2174 Author: Tim Moore Date: Tue Oct 20 22:14:00 2009 +0200 Change stap parser to use an input file descriptor other than stdin * grapher/StapParser.hxx (_inFd, getInFd, setInFd): new member and fuctions * grapher/StapParser.cxx (ioCallback): Use _inFd variable instead of stdin. * grapher/grapher.cxx (StapLauncher::launch): Don't read input from stap on stdin; use the the read end of the pipe. ----------------------------------------------------------------------- Summary of changes: grapher/StapParser.cxx | 12 +- grapher/StapParser.hxx | 14 +- grapher/grapher.cxx | 454 ++++++++++++++++++++++++++++-------------------- 3 files changed, 280 insertions(+), 200 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool