Displaying 2 results from an estimated 2 matches for "dtrace_probe_t".
Did you mean:
dtrace_probe2
2006 Apr 21
8
listing available provider names
Is there a trick to listing available providers? I can''t find it.
2008 Oct 30
7
Is there any way to check if DTrace is running or a DTrace probe is enabled?
Hi,
I am adding DTrace probes within NFS v3 client. In my current
implementation, I use some tsd_*() functions and kmem_zalloc() function.
These functions might be heavy and affect the performance. I want to
call this function only when DTrace is running or the DTrace probes are
enable. So is there a way to check DTrace is running or DTrace probe is
enabled?
Regards,
Danhua