]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Locks/lockbydist.d
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Locks / lockbydist.d
1 #!/usr/sbin/dtrace -s
2 /*
3  * lockbydist.d - lock distrib. by process name. DTrace OneLiner.
4  *
5  * This is a DTrace OneLiner from the DTraceToolkit.
6  *
7  * $Id: lockbydist.d 3 2007-08-01 10:50:08Z brendan $
8  */
9
10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }