From dbb686641c390c199e53ab94c1b365df1a62e2b9 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 30 Dec 2006 03:54:51 +0000 Subject: 2006-12-29 Frank Ch. Eigler PR 3523. * tapsets.cxx (common_probe_entryfn_prologue,epilogue): Restore support for -t (benchmarking) mode. * translate.cxx (emit_common_header,emit_module_init):Ditto. (emit_module_exit,emit_probe): Ditto, with most meat here. 2006-12-29 Frank Ch. Eigler PR 3523. * buildok/fourteen.stp, fourteen-plus.stp: Tweak & add a test. * systemtap.base/bench.stp: Work around randomized-ordered probes. * systemtap.base/bench.exp: Tighten output requirements. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fbcfbcb..c8f93cf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-29 Frank Ch. Eigler + + PR 3523. + * tapsets.cxx (common_probe_entryfn_prologue,epilogue): Restore + support for -t (benchmarking) mode. + * translate.cxx (emit_common_header,emit_module_init):Ditto. + (emit_module_exit,emit_probe): Ditto, with most meat here. + 2006-12-22 Josh Stone * stap.1.in: Document how to specify the size of global arrays. -- cgit