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/1133] support .callees probe pattern extension


https://sourceware.org/bugzilla/show_bug.cgi?id=1133

--- Comment #9 from Jonathan Lebon <jlebon at redhat dot com> ---
(In reply to Jonathan Lebon from comment #8)
> I've implemented this by adding a condition expression to the probe points
> created which check if it's the right caller
(In reply to Jonathan Lebon from comment #8)
> It seems to work OK for now, but further testing is needed (esp. for inlines
> and tail calls).

This technique now adds a check in the probe's body rather than using probe
point conditions. It also account for relocation by using
_stp_[uk]module_relocate() at runtime. Finally, inlined callees are properly
triggered now.

-- 
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]