On Wed, Dec 9, 2009 at 9:15 AM, Angelo Rajadurai
<angelo.rajadu...@sun.com> wrote:
> Hi Hillel:
>
> Just want to clarify the terminologies here. What you have here is dynamic 
> libraries and not threads.
>
> Try
>
> pid$target:*Thread1*::entry
> {
>        put your code here
> }
>
> See if this works. You do not need to use the -Z.
>
> -Angelo

Thanks. I got confused between threads and dynamic modules. It
actually turns out that if I put the "-Z' in the script as

#!/usr/sbin/dtrace -Z -s

There is no output. On the other hand, if I set it up as

#!/usr/sbin/dtrace -s

and call it with

script.d -Z -c "Base <args>"

I will then see the output.

I will use this to try to get the setup to work.

-- 
       Sabba     -          סבא הלל        -     Hillel
Hillel (Sabba) Markowitz | Said the fox to the fish, "Join me ashore"
 sabbahil...@gmail.com | The fish are the Jews, Torah is our water
http://photos1.blogger.com/blogger/7637/544/640/SabbaHillel.jpg
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to