diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |