[Bug translator/5076] detect both inlined and non-inlined function instances
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Sep 27 14:23:00 GMT 2010
------- 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.
More information about the Systemtap
mailing list