On Tue, May 13, 2008 at 10:18:34AM +0100, [EMAIL PROTECTED] wrote:
> Try it out:
> 
>       dtrace -n "fbt::*detach:entry { stack(); ustack(); }"
> 
> Caveat: not sure if the wildcard, '*', works in all variants of S10; 
> definitely does in opensolaris, and quite probably in recent S10 update 
> releases as well.

Yes, wildcard matching for probe names has always worked in DTrace. What
may not work in all version of S10 is for the existing enabling to activate
new probes as modules are loaded while you're running the dtrace(1M) command.

Adam

-- 
Adam Leventhal, Fishworks                        http://blogs.sun.com/ahl
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to