diff options
author | Josh Stone <joshua.i.stone@intel.com> | 2008-05-23 20:35:55 -0700 |
---|---|---|
committer | Josh Stone <joshua.i.stone@intel.com> | 2008-05-27 16:19:03 -0700 |
commit | 2cda5f46cba978e19590efd7fee0b3075f8eb8df (patch) | |
tree | d613226eb1fe124643018b5e4c45f7019df635ea /runtime/ChangeLog | |
parent | a2eab6ee228991f3ebfa5f628857ec6c703c85d1 (diff) | |
download | systemtap-steved-2cda5f46cba978e19590efd7fee0b3075f8eb8df.tar.gz systemtap-steved-2cda5f46cba978e19590efd7fee0b3075f8eb8df.tar.xz systemtap-steved-2cda5f46cba978e19590efd7fee0b3075f8eb8df.zip |
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.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index bdf6e56d..3d506a18 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,11 @@ +2008-05-27 Josh Stone <joshua.i.stone@intel.com> + + PR 6432 + * loc2c-runtime.h (kread, kwrite, deref, store_deref): Add + architecture-neutral implementations, using probe_kernel_* + facilites (controlled by autoconf). + * autoconf-probe-kernel.c: test for above. + 2008-05-16 David Smith <dsmith@redhat.com> PR 6499. |