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.9-201-ga3b4f52


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  a3b4f52cd67ff11dfc12e8e878744ea1319308ef (commit)
      from  59996ccdab9c43ac0f5603faabfa9f83746e346a (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 a3b4f52cd67ff11dfc12e8e878744ea1319308ef
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Aug 27 15:43:51 2009 -0700

    PR10568: Ensure that aliases pull in their tapset
    
    When a probe alias is resolved in a tapset, the contents of that tapset
    should be included in the compiled script, just as we do for global
    variables and functions.
    
    * elaborate.cxx (alias_expansion_builder::build): When an alias is
      instantiated, add its stapfile to the session files.
    * testsuite/systemtap.base/tapset_includes.exp: New test.
    * testsuite/systemtap.base/tapset/*.stp: Testing tapsets for above.

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

Summary of changes:
 elaborate.cxx                                |   11 +++++++++++
 testsuite/systemtap.base/tapset/alias.stp    |    6 ++++++
 testsuite/systemtap.base/tapset/function.stp |    6 ++++++
 testsuite/systemtap.base/tapset/global.stp   |    4 ++++
 testsuite/systemtap.base/tapset_includes.exp |   21 +++++++++++++++++++++
 5 files changed, 48 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.base/tapset/alias.stp
 create mode 100644 testsuite/systemtap.base/tapset/function.stp
 create mode 100644 testsuite/systemtap.base/tapset/global.stp
 create mode 100644 testsuite/systemtap.base/tapset_includes.exp


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]