[issue13405] Add DTrace probes

Stan Cox report at bugs.python.org
Thu Dec 8 22:26:07 CET 2011


Stan Cox <scox at redhat.com> added the comment:

The patch works for systemtap except for one minor nit.  pydtrace.h, created by stap from pydtrace.d, is stap specific.  Could pydtrace.h not be included in <srcdir>/Include so that it is always created at build time in <blddir>/Include?   If PyEval_GetFrame() were passed via function__entry then stap would be able to do something akin to what the ustack helper phelper.d is doing.

----------
nosy: +scox

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13405>
_______________________________________


More information about the Python-bugs-list mailing list