summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosh Stone <joshua.i.stone@intel.com>2008-05-23 20:35:55 -0700
committerJosh Stone <joshua.i.stone@intel.com>2008-05-27 16:19:03 -0700
commit2cda5f46cba978e19590efd7fee0b3075f8eb8df (patch)
treed613226eb1fe124643018b5e4c45f7019df635ea /ChangeLog
parenta2eab6ee228991f3ebfa5f628857ec6c703c85d1 (diff)
downloadsystemtap-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 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0db1ca55..cb786d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-27 Josh Stone <joshua.i.stone@intel.com>
+
+ PR 6432
+ * buildrun.cxx (compile_pass): Add the autoconf test for probe_kernel_*
+ functions, but leave it #if-0'ed for now.
+
2008-05-23 Jim Keniston <jkenisto@us.ibm.com>
PR 4311, cont. Address powerpc dwarfless test failures.
@@ -6,9 +12,9 @@
that map to sys_ni_syscall.
2008-05-23 Srinivasa DS <srinivasa@in.ibm.com>
- PR 6429: Inerim fix to avoid compilation error of systemtap module
- * runtime/transport/symbols.c: added definitions of struct
- module_sect_attr, struct module_sect_attrs for 2.6.25 above kernels.
+ PR 6429: Inerim fix to avoid compilation error of systemtap module
+ * runtime/transport/symbols.c: added definitions of struct
+ module_sect_attr, struct module_sect_attrs for 2.6.25 above kernels.
2008-05-22 Wenji Huang <wenji.huang@oracle.com>