Re: dtrace
Re: dtrace
- Subject: Re: dtrace
- From: Terry Lambert <email@hidden>
- Date: Mon, 24 Aug 2009 11:15:10 -0700
This is pretty much the list; Steve reads it, I read it.
Have you just tried them before asking?
-- Terry
On Aug 24, 2009, at 5:40 AM, Joel Reymont <email@hidden> wrote:
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
_______________________________________________
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
References: | |
| >dtrace (From: Joel Reymont <email@hidden>) |