This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-140-gf70d5f6


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 <timoore@redhat.com>
Date:   Tue Oct 27 19:50:06 2009 +0100

    Merge branch 'master' of ssh://sourceware.org/git/systemtap

commit 8447d5545aa58965a5f47d604e14e97e673d1cd9
Author: Tim Moore <timoore@redhat.com>
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 <timoore@redhat.com>
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 <timoore@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]