[issue14776] Add SystemTap static markers

2012-05-11 Thread Mark Wielaard
Changes by Mark Wielaard m...@redhat.com: -- nosy: +mjw ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14776 ___ ___ Python-bugs-list mailing list

[issue14776] Add SystemTap static markers

2012-05-11 Thread Mark Wielaard
Mark Wielaard m...@redhat.com 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

[issue4111] Add Systemtap/DTrace probes

2010-09-28 Thread Mark Wielaard
Mark Wielaard m...@redhat.com 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 do this? You are right that it better describes the action

[issue4111] Add Systemtap/DTrace probes

2010-09-28 Thread Mark Wielaard
Mark Wielaard m...@redhat.com 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

[issue4111] Add Systemtap/DTrace probes

2009-12-08 Thread Mark Wielaard
Mark Wielaard m...@redhat.com 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

[issue4111] Add DTrace probes

2009-12-06 Thread Mark Wielaard
Changes by Mark Wielaard m...@redhat.com: -- nosy: +mjw ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4111 ___ ___ Python-bugs-list mailing list