Some of the proc probes listed in the SDTG

  proc:::fault
  proc:::start
  proc:::signal-clear

are getting nastygrams under Mac OS X 10.5 (matches no probes),
so I used the command "dtrace -l | grep proc" (and some editing)
to produce:

...     thread_terminate_self lwp-create
...                      fork create
...                     vfork create
...           ctl_enqueuedata exec
...              __mac_execve exec-failure
...               posix_spawn exec-failure
...              __mac_execve exec-success
...               posix_spawn exec-success
...                     exit1 exit
... thread_terminate_internal lwp-exit
...     thread_start_internal lwp-start
...                   gsignal signal-discard
...                   sendsig signal-handle
...                   postsig signal-handle
...                   gsignal signal-send

Can some Apple expert tell me why these probes are missing?

-r
-- 
http://www.cfcl.com/rdm            Rich Morin
http://www.cfcl.com/rdm/resume     [EMAIL PROTECTED]
http://www.cfcl.com/rdm/weblog     +1 650-873-7841

Technical editing and writing, programming, and web development
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to