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-0.9-87-gc18b2f6


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  c18b2f69080486db2b2591308ace672bdb1fe123 (commit)
       via  68b7cb6fdb08707ae48c8f558278eee3b2ae5154 (commit)
       via  8e9f87b2c6e8e75e0f57f41f14879f803ec95545 (commit)
       via  048cb0db9b075e3632e2372a754a68801c3e5ae9 (commit)
       via  1d4cb9b5f957bd3825fd1f0cfa1df1c24a07164d (commit)
       via  da573399d560fc659ee45ae041dcb2bf5b9b0bf6 (commit)
      from  7516b286e0909504bd958ad2b8050d5d8afbd508 (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 c18b2f69080486db2b2591308ace672bdb1fe123
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Mar 9 11:03:55 2009 +0100

    Add new sdt.exp testcase.
    
    * testsuite/systemtap.base/sdt.exp: New test file.
    * testsuite/systemtap.base/sdt.stp: Likewise.
    * testsuite/systemtap.base/sdt.c: Likewise.

commit 68b7cb6fdb08707ae48c8f558278eee3b2ae5154
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Mar 9 10:40:08 2009 +0100

    Include sys/types.h in sdt.h for __uint64_t.
    
    * includes/sys/sdt.h: Add #include <sys/types.h>.

commit 8e9f87b2c6e8e75e0f57f41f14879f803ec95545
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Mar 9 00:15:23 2009 +0100

    Put statements after declaration in sdt macros. Fix arg10 assignment.
    
    * includes/sys/sdt.h: Assign args, after declaration.

commit 048cb0db9b075e3632e2372a754a68801c3e5ae9
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Mar 8 23:49:05 2009 +0100

    Only use plain C comments in sdt.h.
    
    includes/sys/sdt.h: Replace c++ comments with plain C comments.

commit 1d4cb9b5f957bd3825fd1f0cfa1df1c24a07164d
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Mar 8 23:23:35 2009 +0100

    Make stap_run2 count exact number of lines.
    
    * testsuite/lib/stap_run2.exp: Compare found and expected number of lines.
    * testsuite/systemtap.*/*.exp (result_string): Make number of lines exact.

commit da573399d560fc659ee45ae041dcb2bf5b9b0bf6
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Mar 8 20:56:18 2009 +0100

    Remove extra semi-colons from defines in sdt.h.
    
    * includes/sys/sdt.h (STAP_PROBE_STRUCT_ARG): Remove ending semi-colon.
      (STAP_LABEL_REF): Likewise.

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

Summary of changes:
 includes/sys/sdt.h                            |  253 +++++++++++++++----------
 testsuite/lib/stap_run2.exp                   |    7 +-
 testsuite/systemtap.base/ctime.exp            |    3 +-
 testsuite/systemtap.base/limits.exp           |    3 +-
 testsuite/systemtap.base/sdt.c                |   69 +++++++
 testsuite/systemtap.base/sdt.exp              |   36 ++++
 testsuite/systemtap.base/sdt.stp              |   49 +++++
 testsuite/systemtap.base/stmt_rel.exp         |    3 +-
 testsuite/systemtap.maps/exists.exp           |    3 +-
 testsuite/systemtap.maps/foreach_foreach.exp  |    3 +-
 testsuite/systemtap.maps/foreach_limit.exp    |    3 +-
 testsuite/systemtap.maps/foreach_limit2.exp   |    3 +-
 testsuite/systemtap.maps/ii.exp               |    3 +-
 testsuite/systemtap.maps/iiiiii.exp           |    3 +-
 testsuite/systemtap.maps/is.exp               |    3 +-
 testsuite/systemtap.maps/ix.exp               |    3 +-
 testsuite/systemtap.maps/linear.exp           |    1 -
 testsuite/systemtap.maps/linear_empty.exp     |    3 +-
 testsuite/systemtap.maps/linear_large.exp     |    1 -
 testsuite/systemtap.maps/linear_large_neg.exp |    1 -
 testsuite/systemtap.maps/linear_over.exp      |    1 -
 testsuite/systemtap.maps/linear_overunder.exp |    1 -
 testsuite/systemtap.maps/linear_under.exp     |    1 -
 testsuite/systemtap.maps/log.exp              |    1 -
 testsuite/systemtap.maps/log_edge.exp         |    3 +-
 testsuite/systemtap.maps/si.exp               |    3 +-
 testsuite/systemtap.maps/ss.exp               |    3 +-
 testsuite/systemtap.printf/basic3.exp         |    3 +-
 testsuite/systemtap.printf/bin6.exp           |  Bin 1225 -> 1224 bytes
 testsuite/systemtap.printf/char1.exp          |    5 +-
 testsuite/systemtap.printf/int1.exp           |    3 +-
 testsuite/systemtap.printf/memory1.exp        |    3 +-
 testsuite/systemtap.printf/print.exp          |    3 +-
 testsuite/systemtap.printf/print_char.exp     |    3 +-
 testsuite/systemtap.printf/println.exp        |    3 +-
 testsuite/systemtap.printf/ptr.exp            |    6 +-
 testsuite/systemtap.printf/string1.exp        |    3 +-
 testsuite/systemtap.string/dot.exp            |    3 +-
 testsuite/systemtap.string/isinstr.exp        |    3 +-
 testsuite/systemtap.string/sprint.exp         |    3 +-
 testsuite/systemtap.string/strlen.exp         |    3 +-
 testsuite/systemtap.string/strtol.exp         |    3 +-
 testsuite/systemtap.string/substr.exp         |    3 +-
 43 files changed, 347 insertions(+), 169 deletions(-)
 create mode 100644 testsuite/systemtap.base/sdt.c
 create mode 100644 testsuite/systemtap.base/sdt.exp
 create mode 100644 testsuite/systemtap.base/sdt.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]