• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: dtrace
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: dtrace
  • Next by Date: snow leopard available, but can it still run PPC apps?
  • Previous by thread: dtrace
  • Next by thread: snow leopard available, but can it still run PPC apps?
  • Index(es):
    • Date
    • Thread