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-352-ge47f92e


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  e47f92ea31a605802c59541ca325ffd567c45ca4 (commit)
      from  e83324285bb277300f5c91ee1c2a39bf04df502d (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 e47f92ea31a605802c59541ca325ffd567c45ca4
Author: Tim Moore <timoore@redhat.com>
Date:   Fri Dec 11 14:03:47 2009 +0100

    grapher: implement restarting a stap process
    
    * grapher/StapParser.cxx (StapParser::disconnect): new function
    * grapher/StapParser.hxx (StapProcess::StapProcess): initialize argv to 0
    * grapher/grapher.cxx (StapLauncher::setArgs): Set argv to 0
      (StapLauncher launch, launchUsingParser): Refactor launch(),
      extracting function a that (re)launches a stap process using an
      existing parser.
      (StapLauncher::onChildDied): call disconnect() on dead parser.
      (GrapherWindow::_graphicalLauncher, setGraphicalLauncher): delete
      member, replacing with...
      (graphicalLauncher): new variable
      (ProcModelColumns): Store parser object in the list model instead of
      just a StapProcess object.
      (ProcWindow::onRestart): new function
      (ProcWindow::refresh): Preserve the list selection when the process
      list is refreshed.
      (ProcWindow::onSelectionChanged): Manage the restart button's state.

-----------------------------------------------------------------------

Summary of changes:
 grapher/StapParser.cxx |   18 ++++++
 grapher/StapParser.hxx |    3 +-
 grapher/grapher.cxx    |  155 +++++++++++++++++++++++++++++++++---------------
 3 files changed, 128 insertions(+), 48 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]