diff options
author | hunt <hunt> | 2005-09-01 09:01:31 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-09-01 09:01:31 +0000 |
commit | cd4022878f3d0444543f5b39b2d012719adfaace (patch) | |
tree | a2d685163d3efd1ae8a763f169dcfae8101227cb /ChangeLog | |
parent | 9acc32008f2ff05801e383be7d7f6ce2c6f3f403 (diff) | |
download | systemtap-steved-cd4022878f3d0444543f5b39b2d012719adfaace.tar.gz systemtap-steved-cd4022878f3d0444543f5b39b2d012719adfaace.tar.xz systemtap-steved-cd4022878f3d0444543f5b39b2d012719adfaace.zip |
2005-09-01 Martin Hunt <hunt@redhat.com>
* 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().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-01 Martin Hunt <hunt@redhat.com> + + * 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 <graydon@redhat.com> PR systemtap/1258 |