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-38-g27993a1


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  27993a166c3ff2c33f778da4d96726666aadfab9 (commit)
      from  469c1a1b2ef323030531b0ca05e6f9337c0bbbe6 (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 27993a166c3ff2c33f778da4d96726666aadfab9
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Sep 30 16:51:29 2009 +0200

    PR10678 module reloc refers to symbol in dwarf refer to kernel symbols.
    
    First part of a fix for PR10678. Always include the kernel in the dwfl.
    This doesn't seem to impact performance noticable, so for now enable
    always.
    
    * setupdwfl.cxx (setup_dwfl_done): New variable, used to clean up logic
      in setup_dwfl_report_kernel_p().
      (setup_all_deps): New static bool to indicate we want all deps (just
      the kernel for now, other modules coming).
      (setup_dwfl_report_kernel_p): Use new variables, shortcut kernel
      inclusion.
      (setup_dwfl_kernel): Setup setup_dwfl_done (false).

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

Summary of changes:
 setupdwfl.cxx |   47 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 35 insertions(+), 12 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]