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-313-gf09d0d1


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  f09d0d1e7fd437f6a3b8c21e4817de8af458c888 (commit)
      from  da23eceb71cc70668ab9dfd80d318b3837703d9d (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 f09d0d1e7fd437f6a3b8c21e4817de8af458c888
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Sep 15 18:15:20 2009 -0700

    Remove function comparison from label iteration
    
    We already have filtered functions and inlines, so just iterate in each
    of those to look for labels.
    
    * dwflpp.cxx (dwflpp::iterate_over_labels): Assume that the die we're
      looking at is already a matching function, and don't descend into
      inlined functions in this body.
    * tapsets.cxx (query_srcfile_label): Iterate through inlines too.
      (query_cu): Iterate over functions and inlines instead of the CU.

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

Summary of changes:
 dwflpp.cxx  |   42 ++++++++++++++++--------------------------
 dwflpp.h    |    5 ++---
 tapsets.cxx |   23 +++++++++++++++++++----
 3 files changed, 37 insertions(+), 33 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]