This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/18115] probe-condition mistranslated for array expressions


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]