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/5076] detect both inlined and non-inlined function instances


------- Additional Comments From fche at redhat dot com  2010-09-27 14:22 -------
This issue appears to have been fixed in several different ways,
including by warnings for inline-.return probes.  As for the originally
reported test case, we do accept the .return probe on the non-inlined
copy of the function.

% stap -p2 -e 'probe module("nfs").function("nfs_check_flags").return {
println($return) }'
# functions
_dwarf_tvar_get_return_0:long ()
# probes
module("nfs").function("nfs_check_flags@fs/nfs/file.c:107").return /*
pc=.text+0x5040 */ /* <- module("nfs").function("nfs_check_flags").return */


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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