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/14737] plt.return probes


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

--- Comment #2 from Frank Ch. Eigler <fche at redhat dot com> ---
This capability remains undone.  It would require something like:

- tapsets.cxx register_plt_variants() should register some TOK_RETURN
alternatives
- tapsets.cxx query_one_plt() should look for that TOK_RETURN, and map such
  probes to .statement().return synthetic probes
- elsewhere nearby, we'd have to start supporting .statement(0xaddr).return
  probes and map them to the appropriate uretprobes.  This part could be
tricky.

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