dtrace
dtrace
- Subject: dtrace
- From: Joel Reymont <email@hidden>
- Date: Mon, 24 Aug 2009 13:40:55 +0100
What is the appropriate mailing list to ask questions about the Apple
implementation of dtrace?
For example, I'd like to know if umod, ufunc and usym are implemented
as in the script below
Thanks, Joel
---
P.S. I understand that the cpc provider is not implemented
#pragma D option aggsortkey
cpc:::dtlbm-u-5000
{
@[execname, umod(arg1)] = count();
}
END
{
printf(" s 0s s\n", "EXECUTABLE", "MODULE", "COUNT");
printa(" s 0A @d\n", @);
}
---
fastest mac firefox!
http://wagerlabs.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden