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-238-g432f054


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  432f054fc20511d487d18234b6408b5df89a8c4d (commit)
      from  0977ab1f283c48918c483a73d96b1345286419ca (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 432f054fc20511d487d18234b6408b5df89a8c4d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Mar 27 11:54:42 2009 -0400

    PR10000: emit _stp_relocate* calculations correctly for kernel/module global $data
    
    * translate.cxx (dump_unwindsyms): Also emit STT_OBJECT symbols,
      therefore .data etc. sections into stap-symbols.h.
    
    * tapsets.cxx (iterate_over_modules): Omit a dwfl_getmodules()
      RC-checking assertion that blocked meaningful $context var
      error messages.
      (dwflpp::emit_address): Bypass dwfl_module_relocate_address()
      for kernel symbols as it has been unreliable; subtract sess.sym_stext
      manually.
    
    * testsuite/buildok/seventeen.stp: Extend test with module $global.

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

Summary of changes:
 tapsets.cxx                     |   25 +++++++++++++++++++------
 testsuite/buildok/seventeen.stp |    9 +++++++++
 translate.cxx                   |    7 ++++---
 3 files changed, 32 insertions(+), 9 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]