diff options
author | dsmith <dsmith> | 2007-03-16 15:29:34 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-03-16 15:29:34 +0000 |
commit | a58d79d097f6b801eb3a57cf928b515d8eccdf98 (patch) | |
tree | 695b4d1460269a65fa5d7ac696d13e24bacd397e /ChangeLog | |
parent | 79e2a42ea0f5a51a4b0dcc2dfc63518c2d7ca2cb (diff) | |
download | systemtap-steved-a58d79d097f6b801eb3a57cf928b515d8eccdf98.tar.gz systemtap-steved-a58d79d097f6b801eb3a57cf928b515d8eccdf98.tar.xz systemtap-steved-a58d79d097f6b801eb3a57cf928b515d8eccdf98.zip |
2007-03-16 David Smith <dsmith@redhat.com>
PR 3545.
* tapsets.cxx (common_probe_entryfn_prologue): Added
'overload_processing' parameter, which defaults to true. If
overload_processing is set to false, doesn't output the
STP_OVERLOAD code.
(common_probe_entryfn_epilogue): Ditto.
(be_derived_probe_group::emit_module_decl): Set
overload_processing to false in calls to
common_probe_entryfn_prologue and common_probe_entryfn_epilogue
since begin/end probes shouldn't overload the system.
* translate.cxx (c_unparser::emit_common_header): Emit
STP_OVERLOAD global variables.
(translate_pass): Emit STP_OVERLOAD defines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2007-03-16 David Smith <dsmith@redhat.com> + + PR 3545. + * tapsets.cxx (common_probe_entryfn_prologue): Added + 'overload_processing' parameter, which defaults to true. If + overload_processing is set to false, doesn't output the + STP_OVERLOAD code. + (common_probe_entryfn_epilogue): Ditto. + (be_derived_probe_group::emit_module_decl): Set + overload_processing to false in calls to + common_probe_entryfn_prologue and common_probe_entryfn_epilogue + since begin/end probes shouldn't overload the system. + * translate.cxx (c_unparser::emit_common_header): Emit + STP_OVERLOAD global variables. + (translate_pass): Emit STP_OVERLOAD defines. + +2007-03-15 David Smith <dsmith@redhat.com> + + 2007-03-14 Martin Hunt <hunt@redhat.com> * main.cxx (usage): Remove "-M" and edit description of "-b". |