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/4413] New: heuristics for return probes on inline functions


We need to investigate possibilities for improving the state of .return probes.
Functions that are inlined are clearly not candidates for kretprobes treatment,
but perhaps there is other stuff we can do.  For example:

- use the inlined instance highpc
- look for the statement that follows the inlining (call) site
- look for the last statement within the inlined instance

-- 
           Summary: heuristics for return probes on inline functions
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4413

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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