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, timoore/grapher, updated. release-0.9.5-173-g35ff808


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, timoore/grapher has been updated
       via  35ff80806576e04640f0fa3a2ae6f9b1925025cd (commit)
       via  556c02bf9a76cbb77272cd6af9d8399d98ae9456 (commit)
       via  b5dfb76480911b3238551894235cb896d0b2de86 (commit)
       via  8b049fa6ef6c550e16fe22e8d09f5c9e72a99449 (commit)
       via  86e185b081ccf4b47a16d9682c34204fff8ea5a5 (commit)
       via  1d0ec48efe014f1bfe22b2a1650ccb64086f5323 (commit)
       via  9c2ef647b6ad0b71097269eda0193a8b8c32ed45 (commit)
       via  26b0276419044a69e5f3e53f3b2817de63a338d0 (commit)
       via  764b562f42c6ac7f02e0911cab47f87c827bf3bd (commit)
       via  9a6d143c6e2c79cee1082d0455da92cfa78b03c7 (commit)
       via  c6cc0049534b543878844c728dbdd3a06cbf7969 (commit)
       via  b185f07818262bad07e2904a696f2dfcd22fc1fe (commit)
       via  62d950bbff7f29156f6dbd0bcfa1fd4ae65cca38 (commit)
       via  a544586160e1a0b5bfcb7dd7abdf84dfdb0ed082 (commit)
       via  7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a (commit)
       via  755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88 (commit)
       via  7c806934696e39dc9ee488ee00d2ffde18ce1ba0 (commit)
       via  0e4901b0e6524c4ed5f9b5f3ab0f2a1d1dbd86d6 (commit)
       via  9831040e54178a1b6eb4637213bb3c81f6ed254b (commit)
       via  be8770ce0c66eea1113c3c91682b4fdf6ae1ec77 (commit)
       via  889c4638f741163395438aca60226ff8a5e2009e (commit)
       via  ee0dfa16f900396f4fd89d4d765e877daa8a2c19 (commit)
       via  2a22df62a80d032e9450570c32009bfea4be7305 (commit)
       via  0f2c85234527a02ca73909169a6750446a5a94f5 (commit)
       via  9afe68eda6c01ca07a4f6010104f524a337d2050 (commit)
       via  466076411bb00af1b2d13423b47ee2835e9b1c97 (commit)
       via  4f988cd3365c63ac792317337670155d3351d577 (commit)
       via  7843fe51d664fc94d8808b3e4c4a6bccb0c481c3 (commit)
       via  bc33c23b2953b923446ea059e9991913d8b2cc3c (commit)
       via  bd4b874d5a57aff23809617b19501da94885da8f (commit)
       via  9d4518784bedd11e8563c999658f307c5c01b3a3 (commit)
       via  900686f5e209099d493a15f4e36a5030dc0aa8be (commit)
       via  7c2136cfc88d68cfc5eb490444dc25c7dc1c0632 (commit)
       via  9a8911ac796aa9cefb504b825802246ef3c8e45f (commit)
       via  c1af604e1c626b90834113ba7d71c4a2ea1bda68 (commit)
       via  4787e8398f4d0376f31cffc0771b71f5bbdd9d52 (commit)
       via  60ad8ebae62f472a9f089f51053a2d0d66c67a95 (commit)
       via  f38b2e7385b3395dc589af5bde137971adf84f27 (commit)
       via  a6f6008cf0034b8580f67851f742dd0ada0d683c (commit)
       via  6d6dbe278ad5fab5d33273b38c1ad137380a3e1e (commit)
       via  2020af07c2a7f58538874ce652b52a6883f7ada0 (commit)
       via  1cd9c3ad40595180123083109e5b7d1230095f54 (commit)
       via  d8b7418ba4cf2bf2571f66a42517b9bced1b9132 (commit)
      from  1087b83f9b60e85d3d41cebd797f2eb4cc495bc6 (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 35ff80806576e04640f0fa3a2ae6f9b1925025cd
Author: Tim Moore <timoore@redhat.com>
Date:   Tue Jun 2 17:36:32 2009 +0200

    	* grapher/GraphData.hxx (GraphDataBase): add virtual distructor.
    	* grapher/GraphWidget.cxx (on_expose_event):rendering of events
    	* grapher/StapParser.cxx (ioCallback): Parse new "discreet" type.
    	* testsuite/systemtap.examples/general/grapher.stp: emit keyboard
    	character

commit 556c02bf9a76cbb77272cd6af9d8399d98ae9456
Author: Tim Moore <timoore@redhat.com>
Date:   Wed May 27 10:32:51 2009 +0200

    Templatize GraphData

commit b5dfb76480911b3238551894235cb896d0b2de86
Author: Tim Moore <timoore@redhat.com>
Date:   Mon May 25 18:25:47 2009 +0200

    run stap from grapher
    
        * grapher/grapher.cxx (main): Start stap + script from program if supplied
        as an argument.

commit 8b049fa6ef6c550e16fe22e8d09f5c9e72a99449
Author: Tim Moore <timoore@redhat.com>
Date:   Mon May 25 18:12:41 2009 +0200

    Incorperate grapher widget in real application
    
                * grapher/grapher.cxx (GrapherWindow): New class.
                (main): Instantiate GrapherWindow.

commit 86e185b081ccf4b47a16d9682c34204fff8ea5a5
Author: Tim Moore <timoore@redhat.com>
Date:   Wed May 20 13:29:54 2009 +0200

    Add CSV syntax support to the grapher
    
    	* grapher/GraphData.hxx (CSVData): new class
    	* grapher/GraphData.cxx (commaSplit): new function
    	(ioCallback): handle CSV definition and data

commit 1d0ec48efe014f1bfe22b2a1650ccb64086f5323
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Apr 29 19:52:50 2009 +0200

    Refactor StapParser into it's own files
    
             * grapher/StapParser.cxx: new file
             * grapher/StapParser.hxx: new file
             * grapher/grapher.cxx: Use external StapParser class.

commit 9c2ef647b6ad0b71097269eda0193a8b8c32ed45
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Apr 22 10:20:20 2009 +0200

    Tweaks to grapher axis drawing
    
           * grapher/GraphWidget.cxx (on_expose_event): Don't draw axis labels
           that would overlap others.

commit 26b0276419044a69e5f3e53f3b2817de63a338d0
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Apr 22 09:12:27 2009 +0200

    restore newlines to grapher script header
    
            * testsuite/systemtap.examples/general/grapher.stp: Restore newlines.

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

Summary of changes:
 .gitignore                                         |    1 +
 Makefile.in                                        |    4 +-
 README                                             |    4 +
 buildrun.cxx                                       |   29 +-
 dtrace                                             |   58 ++--
 grapher/GraphData.hxx                              |   45 ++--
 grapher/GraphWidget.cxx                            |  107 ++++--
 grapher/GraphWidget.hxx                            |    4 +-
 grapher/Makefile.am                                |    2 +-
 grapher/Makefile.in                                |   21 +-
 grapher/StapParser.cxx                             |  182 ++++++++++
 grapher/StapParser.hxx                             |   23 ++
 grapher/grapher.cxx                                |  203 ++++++-----
 main.cxx                                           |   30 ++
 runtime/print.c                                    |   28 +--
 runtime/runtime.h                                  |   14 +-
 runtime/sym.c                                      |   27 +-
 runtime/sym.h                                      |    1 +
 runtime/syscall.h                                  |   25 +-
 runtime/unwind.c                                   |    4 +-
 runtime/unwind/unwind.h                            |    4 +-
 runtime/uprobes/uprobes.c                          |   34 ++-
 runtime/uprobes/uprobes.h                          |    6 +
 runtime/uprobes/uprobes_i386.c                     |    3 +-
 runtime/uprobes/uprobes_x86.c                      |    9 +-
 runtime/uprobes/uprobes_x86_64.c                   |    7 +-
 runtime/uprobes2/uprobes.c                         |   43 ++-
 runtime/uprobes2/uprobes.h                         |    6 +
 runtime/uprobes2/uprobes_x86.c                     |    9 +-
 runtime/vsprintf.c                                 |  355 +++++++++++++++++++-
 stap.1.in                                          |    9 +-
 tapset/utrace.stp                                  |   24 +-
 tapsets.cxx                                        |  270 +++++++++------
 testsuite/systemtap.base/labels.exp                |   31 ++
 testsuite/systemtap.base/static_uprobes.exp        |    1 -
 testsuite/systemtap.base/utrace_syscall_args.c     |   67 ++++
 testsuite/systemtap.base/utrace_syscall_args.exp   |   82 +++++
 testsuite/systemtap.base/utrace_syscall_args.stp   |  366 ++++++++++++++++++++
 testsuite/systemtap.examples/general/grapher.stp   |   13 +-
 testsuite/systemtap.examples/index.html            |    3 +
 testsuite/systemtap.examples/index.txt             |    7 +
 testsuite/systemtap.examples/keyword-index.html    |   23 ++-
 testsuite/systemtap.examples/keyword-index.txt     |   34 ++
 .../systemtap.examples/network/dropwatch.meta      |   13 +
 testsuite/systemtap.examples/network/dropwatch.stp |   30 ++
 testsuite/systemtap.printf/basic6.exp              |    3 +
 testsuite/systemtap.printf/basic6.stp              |    5 +
 translate.cxx                                      |   91 ++++--
 48 files changed, 1908 insertions(+), 452 deletions(-)
 create mode 100644 grapher/StapParser.cxx
 create mode 100644 grapher/StapParser.hxx
 create mode 100644 testsuite/systemtap.base/utrace_syscall_args.c
 create mode 100644 testsuite/systemtap.base/utrace_syscall_args.exp
 create mode 100644 testsuite/systemtap.base/utrace_syscall_args.stp
 create mode 100644 testsuite/systemtap.examples/network/dropwatch.meta
 create mode 100755 testsuite/systemtap.examples/network/dropwatch.stp
 create mode 100644 testsuite/systemtap.printf/basic6.exp
 create mode 100644 testsuite/systemtap.printf/basic6.stp


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]