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.5-97-g9d8a6ba


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  9d8a6ba36b92a688b5aeff44947af266fc2dabd5 (commit)
      from  d190214f3e91ec0ca333525b693c9655ec66352f (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 9d8a6ba36b92a688b5aeff44947af266fc2dabd5
Author: Stan Cox <scox@redhat.com>
Date:   Mon Jul 11 22:25:42 2011 -0400

    PR6954 Add a used variables set for use by automatic global printing.
    
    * staptree.h (varuse_collecting_visitor::used): New.
    * staptree.cxx (varuse_collecting_visitor::visit_symbol): Use previous
      method for setting read and write sets.  Also set used set.
    * elaborate.cxx (add_global_var_display): Use the used set.
    * global_end.exp (global_end_var): Initialize to non-zero values.
    * global_end.stp (global_end_var): Likewise.

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

Summary of changes:
 elaborate.cxx                               |    4 ++-
 staptree.cxx                                |   18 ++++++++--------
 staptree.h                                  |    1 +
 testsuite/systemtap.base/global_end.exp     |   10 +++-----
 testsuite/systemtap.base/global_end_var.stp |   28 ++++++++++++++------------
 5 files changed, 32 insertions(+), 29 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]