Re: DTrace Questions
Re: DTrace Questions
- Subject: Re: DTrace Questions
- From: Wade Tregaskis <email@hidden>
- Date: Thu, 06 May 2010 17:29:21 -0700
>> sudo dtrace -n 'pid140:::entry { printf( "%s", execname ) }'
>
> should be sufficient as there won't be anything else with the same process id.
But that will instrument the entry of every function in that pid, including the libraries it links with.
Wade
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden