• 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
dtrace
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: dtrace
      • From: Terry Lambert <email@hidden>
  • Prev by Date: Re: Upgrading Darwin Mac OS
  • Next by Date: Re: dtrace
  • Previous by thread: exporting dtrace scripts from instruments
  • Next by thread: Re: dtrace
  • Index(es):
    • Date
    • Thread