Hey James,

On Tue, Nov 27, 2007 at 06:53:32PM -0800, James McIlree wrote:
> >
> > We have an open question to Apple on this issue.  James agreed that it
> > was odd, and is following up with the responsible engineer.  James,
> > perhaps you could send your findings to dtrace-discuss?
> >
> >     - Bryan
> 
>       Just to verify...
> 
>       These are the recommended signatures for perl/python, correct?
> 
> provider perl {
>          probe sub__entry(char*, char*, int);
>          probe sub__return(char*, char*, int);
> };
> 
> provider python {
>       probe function__entry(const char *, const char *, int);
>       probe function__return(const char *, const char *, int);
> };

Yep -- those are the ones...

        - Bryan

--------------------------------------------------------------------------
Bryan Cantrill, Sun Microsystems FishWorks.       http://blogs.sun.com/bmc
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to