Lines Matching +full:over +full:- +full:sampling
2 .\" SPDX-License-Identifier: BSD-2-Clause
13 .Nm profile Ns Cm :::profile- Ns Ar rate Ns Op Ar unit
14 .Nm profile Ns Cm :::tick- Ns Ar rate Ns Op Ar unit
41 .Bl -column -offset indent "ns, nsec" "Definition"
57 .Bl -tag -width arg0
83 .Ss Example 1 : Profiling On-CPU Kernel Stack Traces
84 The following DTrace one-liner uses the
86 provider to collect stack traces over 60 seconds.
87 .\" XXX: Keep on one line for easier copy-pasting.
88 .Bd -literal -offset indent
89 dtrace -x stackframes=100 -n 'profile-197 /arg0/ {@[stack()] = count();} tick-60s {exit(0);}
92 The system is profiled at the 197 Hz to avoid sampling in lockstep
116 .%U https://www.illumos.org/books/dtrace/chp-profile.html