I am trying to integrate John Levon's ustack() helper for Python into the upstream Python sources. The method for doing this on Solaris is to compile the phelper.d script containing the helper into an object file using "dtrace -G". dtrace on OS X does not have "dtrace -G", just "dtrace -h". This works fine for USDT probes, but I am at a loss on how to compile ustack() helpers.

Does anyone have some ideas? You can see the ongoing conversation on the Python bug tracker:

  http://bugs.python.org/issue4111

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to