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.0-451-g8a0145d


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  8a0145d1019c5ac33a0d46e492cb381a06a015b9 (commit)
      from  a4f724239087c21a34ca1352f02a548eb1b16a34 (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 8a0145d1019c5ac33a0d46e492cb381a06a015b9
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Dec 29 20:04:19 2009 +0100

    Remove all caching from _stp_module_relocate.
    
    This function now also does user space address relocation. The connection
    with module loading/unloading was removed in commit 1b94bf which made all
    symbol tables emitted at compile time. _stp_module_relocate is called from
    the dwarf unwinder, and when doing some of the symbol lookup through
    dwflpp::emit_adress now.
    
    * runtime/sym.c (_stp_module_relocate): Remove last, last_sec and last_tsk
      caching and invalidation code.

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

Summary of changes:
 runtime/sym.c |   51 +++++++++++++--------------------------------------
 1 files changed, 13 insertions(+), 38 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]