Re: DTrace probe problem
Re: DTrace probe problem
- Subject: Re: DTrace probe problem
- From: Ken Thomases <email@hidden>
- Date: Tue, 3 Jun 2008 22:34:51 -0500
On Jun 3, 2008, at 9:48 PM, radj wrote:
It can. There's an action, raise(int signal), that may be used in a
DTrace clause. This action is considered "destructive", so you have
to pass the -w option to the "dtrace" command.
This is good! But since D script are made out of probes, is it
possible to use raise() when dtrace command has finished compiling
and not when a probe fires?
I'm not sure I understand what you're asking. Are you looking for the
dtrace:::BEGIN probe? If you put an action on that, it's executed
when DTrace starts tracing.
Cheers,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden