From cd4022878f3d0444543f5b39b2d012719adfaace Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 1 Sep 2005 09:01:31 +0000 Subject: 2005-09-01 Martin Hunt * translate.cxx (emit_probe): Add a call to _stp_print_flush at the end of each probe. (translate_pass): Define STP_NUM_STRINGS to be 1 for a scratch string. Include current.c and stack.c. Don't define KALLSYMS_LOOKUP_NAME or KALLSYMS_LOOKUP. Remove references to next_fmt() and stp_dbug(). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd54c337..6e5afe69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-01 Martin Hunt + + * translate.cxx (emit_probe): Add a call to _stp_print_flush + at the end of each probe. + (translate_pass): Define STP_NUM_STRINGS to be 1 for + a scratch string. Include current.c and stack.c. Don't + define KALLSYMS_LOOKUP_NAME or KALLSYMS_LOOKUP. Remove + references to next_fmt() and stp_dbug(). + 2005-08-31 Graydon Hoare PR systemtap/1258 -- cgit