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.2-427-gbfdaad1


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  bfdaad1ea04409eb6568e7a440786e592b6756bb (commit)
      from  b80995d36d1e6b56ddb3c78a61d9dd41a2908421 (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 bfdaad1ea04409eb6568e7a440786e592b6756bb
Author: David Smith <dsmith@redhat.com>
Date:   Wed Jul 7 10:08:41 2010 -0500

    Fixed PR11663 by using an embedded-C expression to get the marker name/format.
    
    * tapset-mark.cxx (mark_var_expanding_visitor::visit_target_symbol_context):
      Instead of calling a tapset function to get the marker name/format, use
      an embedded-C expression.
    * tapsets.cxx (tracepoint_var_expanding_visitor::visit_target_symbol_context):
      Ditto.
    * tapset/marker.stp: Removed, since no longer needed.

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

Summary of changes:
 tapset-mark.cxx   |   25 ++++++++++++-------------
 tapset/marker.stp |   22 ----------------------
 tapsets.cxx       |   11 ++++++-----
 3 files changed, 18 insertions(+), 40 deletions(-)
 delete mode 100644 tapset/marker.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]