[Bug translator/18115] probe-condition mistranslated for array expressions
jlebon at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Mar 16 15:43:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=18115
--- Comment #3 from Jonathan Lebon <jlebon at redhat dot com> ---
(In reply to Frank Ch. Eigler from comment #2)
> (Please note that this problem was originally reported with a conditional
> uprobe, not a begin probe, so the fix should not be specific to the latter
> type.)
Yes, the patch is independent of probe type. The only difference the patch
makes is moving initialization code from systemtap_module_init() to the body of
a begin probe. Since begin probes are run prior to any other probe types
initializing, they are equivalent in effect. (We also don't need to worry about
making the synthetic probe run first among other begin probes since begin
probes themselves don't (and will never) support on-the-fly toggling).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list