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-406-g2e61353


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  2e6135317db22a3c8d58776f10d75414b9685225 (commit)
       via  75dfa5cb9b3584995f9e634a6e769b8a1576bc0d (commit)
       via  32902edf1f17bb62144f21ed38ae085bd2755e9f (commit)
      from  ea549ffc2915aa58861637472b12196222673fa2 (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 2e6135317db22a3c8d58776f10d75414b9685225
Merge: 75dfa5cb9b3584995f9e634a6e769b8a1576bc0d ea549ffc2915aa58861637472b12196222673fa2
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Dec 21 17:53:06 2009 +0100

    Merge remote branch 'origin/master'

commit 75dfa5cb9b3584995f9e634a6e769b8a1576bc0d
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Dec 21 12:31:14 2009 +0100

    conditionalize pty_write count variable on kernel version
    
    * testsuite/systemtap.examples/general/grapher.stp: Conditionalize
      pty_write count variable on kernel version.

commit 32902edf1f17bb62144f21ed38ae085bd2755e9f
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Dec 21 10:46:57 2009 +0100

    change namespace indentation to 0
    
    A silly change, but this works better with other tools, like git
    diff. I should have started the C++ files this way.

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

Summary of changes:
 grapher/CairoWidget.cxx                          |  162 +++---
 grapher/CairoWidget.hxx                          |   84 ++--
 grapher/Graph.cxx                                |  386 ++++++------
 grapher/Graph.hxx                                |   82 ++--
 grapher/GraphData.hxx                            |  104 ++--
 grapher/GraphStyle.cxx                           |  328 +++++-----
 grapher/GraphStyle.hxx                           |   84 ++--
 grapher/GraphWidget.cxx                          |  710 +++++++++++-----------
 grapher/GraphWidget.hxx                          |  150 +++---
 grapher/StapParser.cxx                           |  526 ++++++++--------
 grapher/StapParser.hxx                           |  112 ++--
 testsuite/systemtap.examples/general/grapher.stp |   23 +-
 12 files changed, 1376 insertions(+), 1375 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]