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-121-g1c6b77e


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  1c6b77e564d4d849f1994d56d662ceb018a112d4 (commit)
      from  bfbbea5a2c9690b82b7b75617befd5074149138a (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 1c6b77e564d4d849f1994d56d662ceb018a112d4
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jul 1 18:59:41 2009 -0700

    PR10327: resolve symbol aliases to dwarf functions
    
    This will first read in the symbol table for modules, and update the
    dwarf cu_function_cache with aliased names too.  Then when iterating
    in dwarf, all of the possible names are matched, instead of only the
    canonical dwarf name.
    
    * dwflpp.cxx (dwflpp::iterate_over_functions): call update_symtab,
      and track wildcard addresses in a set to avoid alias dupes
    * dwflpp.h (symbol_table::Compare): removed
    * tapsets.cxx (symbol_table::map_by_addr): replaces list_by_addr
      (symbol_table::sort): removed -- multimap doesn't need sorting
      (symbol_table::mark_dwarf_redundancies): removed, see update_symtab
      (symbol_table::purge_syscall_stubs): remove map elements inline
      (dwarf_query::handle_query_module): preload the symtable.
      (query_dwarf_func): don't compare the function a second time,
      especially since it may have been an alias that matched at first.
      (module_info::get_symtab): allow being called multiple times
      (module_info::update_symtab): copy dies from the cache to the symtab,
      and also add aliased names to the cache

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

Summary of changes:
 dwflpp.cxx  |   19 ++++++--
 dwflpp.h    |   23 +--------
 tapsets.cxx |  155 ++++++++++++++++++++++++++++-------------------------------
 3 files changed, 89 insertions(+), 108 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]