>
> 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);
};
James M
_______________________________________________
dtrace-discuss mailing list
[email protected]