Displaying 1 result from an estimated 1 matches for "6819690".
2009 Apr 22
2
Missing pid probes in OS X Python processes
I cannot seem to probe any of the Python interpreter''s C functions on OS X.
$ sudo dtrace -n ''pid$target::PyEval_EvalFrameEx:entry'' -c python
dtrace: invalid probe specifier pid$target::PyEval_EvalFrameEx:entry: probe
description pid59706::PyEval_EvalFrameEx:entry does not match any probes
These functions show up in ustack()s, but they do not appear to be available