This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bretthoerner
Recipients bretthoerner
Date 2008-10-12.16:08:11
SpamBayes Score 0.00021138333
Marked as misclassified No
Message-id <1223827695.04.0.0893695004368.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
It would be great if the main Python distribution supported DTrace on
(Open)Solaris / FreeBSD / OS X.

I've attached a patch against 2.6 that instruments function calls.  It's
from the ed scripts included in Apple's Python distribution:
http://developer.apple.com/opensource/index.html (PSF License)

It is imperfect because I wasn't sure how to do the equivalent of IFDEF
in the Makefile.pre.in, as you can see this patch will make ceval.o
depend on pydtrace.h, which depends on having a local `dtrace` command.
 The rest of the patch properly uses IFDEFs.
History
Date User Action Args
2008-10-12 16:08:15bretthoernersetrecipients: + bretthoerner
2008-10-12 16:08:15bretthoernersetmessageid: <1223827695.04.0.0893695004368.issue4111@psf.upfronthosting.co.za>
2008-10-12 16:08:14bretthoernerlinkissue4111 messages
2008-10-12 16:08:13bretthoernercreate