summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20f5706a..f4cdb54f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-11-21 Frank Ch. Eigler <fche@elastic.org>
+ PR 5689.
+ * tapsets.cxx (common_probe_entryfn_{pro,epi}logue):
+ Track separate skip counts for low-stack and reentrancy conditions.
+ * translate.cxx (emit_common_header): Declare counters.
+ (emit_module_exit): Print them.
+ (emit_unlocks): Don't bother redundantly testing skipped_count.
+
+2008-11-21 Frank Ch. Eigler <fche@elastic.org>
+
* translate.cxx (emit_module_exit): Perform shutdown probe
synchronization after all unregistrations and end/error probe
runs.