On Jan 29, 2008, at 9:31 PM, Dan Mick wrote:

> Angelo Rajadurai wrote:
>> Hi Dan:
>> I typically do
>> dtrace -l -n *pid:::
>> The USDT probes are pre-initialized(may not be the right technical  
>> term)
>> unlike the pid probes.
>
> So, it's a system-wide query?
>
>> Note: I also see plockstat and libCrun probes showing up in the  
>> listing.
>
> I do not see any probes resulting from that literal command, which  
> confuses me.

Sorry for not being specific. replace pid with the process id of the  
process
of interest.  For example if the pid of the process you are
interested in is 1234 then the command line would be

dtrace -l -n *1234:::

Hope this explains.

Angelo


>
>
>> And I assume if you have used the pid provider on the process the pid
>> probes will show up as well.
>> -Angelo
>> On Jan 29, 2008, at 2:57 AM, Dan Mick wrote:
>>> How do I query an application to see if it supports any USDT probe  
>>> points?
>>> _______________________________________________
>>> dtrace-discuss mailing list
>>> dtrace-discuss@opensolaris.org
>

_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to