Instruments and dtrace
Instruments and dtrace
Hi,
I hope this is the right place for this question.
I have created a trace probe in my userland driver.
Let's say
provider myDriver {
probe getState(int);
};
I can easily monitor this value using dtrace and a script in a shell.
But I want to monitor it using Instruments, and I can't get it to work. I can't find the correct settings in the documentation.
Help would be greatly appreciated!
Thanks
Eric
_______________________________________________
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