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-gadc6759


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  adc67597f327cd43d58b1d0cb740dab14a75a058 (commit)
      from  949b499021e32cd79b16478d9895beb045ede2b3 (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 adc67597f327cd43d58b1d0cb740dab14a75a058
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Feb 20 14:12:19 2009 +0100

    Ignore kernel functions with "absolute" addresses.
    
    translate.cxx (dump_unwindsyms): Augment the test for creating the
    stap-symbols to be STT_FUNC && !(SHN_UNDEF || SHN_ABS). The combination
    STT_FUNC && SHN_ABS only seems to occur on older i386 kernels and covers
    the vDSO "functions" we were seeing.

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

Summary of changes:
 translate.cxx |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 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]