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. rhel52-ga-331-g2cda5f4


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  2cda5f46cba978e19590efd7fee0b3075f8eb8df (commit)
      from  a2eab6ee228991f3ebfa5f628857ec6c703c85d1 (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 2cda5f46cba978e19590efd7fee0b3075f8eb8df
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Fri May 23 20:35:55 2008 -0700

    Add prototypes for using the 2.6.26 probe_kernel_* functions.
    
    For now, the autoconf for the new code is disabled, because it shows
    poorer performance than our existing dereferencing functions.  This is
    probably because ours get inlined and optimized.  The code is being
    committed so that we may re-evaluate its usefulness in the future.
    
    This addresses bugzilla 6432.

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

Summary of changes:
 ChangeLog                       |   12 +++-
 buildrun.cxx                    |    6 ++
 runtime/ChangeLog               |    8 +++
 runtime/autoconf-probe-kernel.c |    7 ++
 runtime/loc2c-runtime.h         |  125 ++++++++++++++++++++++++++++-----------
 5 files changed, 120 insertions(+), 38 deletions(-)
 create mode 100644 runtime/autoconf-probe-kernel.c


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]