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.8-125-gae2552d


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  ae2552daf405ab1f59ddc862cfe0fcb4d90f8174 (commit)
      from  5cc5056844a402c6cf466c8ca45119a4540b5900 (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 ae2552daf405ab1f59ddc862cfe0fcb4d90f8174
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue Jul 7 14:36:53 2009 -0400

    PR3498: speed up pass-2 and pass-3 for kernel offline dwfl module searching
    
    * dwflpp.cxx (dwflpp ctor): Parametrize for user/kernel modes.
      Update callers.
      (dwfl_report_offline_predicate): New function.  Filter and
      abort searches early if possible.
      (setup_kernel): Use new predicate.
    * dwflpp.h: Corresponding changes.
    * tapsets.cxx (dwfl_report_offline_predicate): Remove this shared
      implementation.
      (dwarf_builder): Turn kern_dw into module_name->dwflpp* map, just
      like user_dw.
      (get_kern_dw): Adapt.
      (dwarf_build_no_more): Adapt.
    * tapsets.h: Remove old shared predicate.
    * translate.cxx (dwfl_report_offline_predicate2): New function.
      Filter and abort searches early if possible.
      (emit_symbol_data): Use it.

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

Summary of changes:
 dwflpp.cxx    |   64 +++++++++++++++++++++++++++++++++++++++++++-------------
 dwflpp.h      |    4 +-
 tapsets.cxx   |   49 +++++++++++++++++++------------------------
 tapsets.h     |    1 -
 translate.cxx |   59 ++++++++++++++++++++++++++++++++++++++++++---------
 5 files changed, 121 insertions(+), 56 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]