Robert Kern
2009-Apr-23 20:17 UTC
[dtrace-discuss] Building ustack() helpers on OS X without -G
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
James McIlree
2009-Apr-24 05:00 UTC
[dtrace-discuss] Building ustack() helpers on OS X without -G
There is currently no way to build ustack helpers on OS X. James M On Apr 23, 2009, at 1:17 PM, Robert Kern wrote:> 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 > dtrace-discuss at opensolaris.org
Robert Kern
2009-Apr-24 19:59 UTC
[dtrace-discuss] Building ustack() helpers on OS X without -G
On 2009-04-24 00:00, James McIlree wrote:> > There is currently no way to build ustack helpers on OS X.Oh, well. Thank you, James. -- 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