Mark Wielaard added the comment:
Just a comment that newer [eu]-readelf -n will provide a nicer view of the sdt
ELF notes. You might want to suggest that in the documentation.
e.g. $ eu-readelf -n /usr/lib64/libpython2.7.so
Note section [ 1] '.note.gnu.build-id' of 36 bytes at of
Changes by Mark Wielaard :
--
nosy: +mjw
___
Python tracker
<http://bugs.python.org/issue14776>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mark Wielaard added the comment:
The original patch was created to be as close as possible to the support that
Sun and Apple added to their python implementation for Solaris and MacOS.
Changing the probe point names would make the current patch slightly different
for scripts written against
Mark Wielaard added the comment:
> - renamed the probepoints:
> "function__entry" -> "frame__entry"
> "function__return" -> "frame__exit"
>as I believe this better describes what these do
Are you sure you want to d
Mark Wielaard added the comment:
I took the patch and tweaked it a little so that it works with systemtap
(at least for the function entry/exit probes). It is against 2.6.2 since
that was what was in the Fedora 12 src package I was using. Cleaned up
the configure checks a little, but otherwise
Changes by Mark Wielaard :
--
nosy: +mjw
___
Python tracker
<http://bugs.python.org/issue4111>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth