Lines Matching +full:super +full:- +full:frames
31 .Op Fl e Ar event-list
34 .Op Fl n Ar num-records
61 For example, to gather statistics for a fixed-time interval, use
71 establishes a per-processor high-level periodic interrupt source to gather
88 is restricted to super-user by default.
91 .Bl -tag -width indent
98 .Bl -tag -width indent
108 .It Fl e Ar event-list
110 .Ar event-list
111 is a comma-separated list of events or ranges of events such as 1,4-7,35.
126 .Bl -tag -width indent
136 .Bl -tag -width indent
140 Histogram: timing plus time-distribution histograms.
144 frames deep.
149 .Bl -tag -width indent
165 .It Fl n Ar num-records
172 .Bl -tag -width indent
192 option works by counting the total number of stack frames in which each function
220 .Bl -tag -width indent
250 .Bl -tag -width 0n
254 .Bd -literal
258 -------------------------------------------------------------------------------
281 -------------------------------------------------------------------------------
288 -------------------------------------------------------------------------------
293 .Li # lockstat -H -D 10 sleep 1
294 .Bd -literal
298 -------------------------------------------------------------------------------
309 -------------------------------------------------------------------------------
315 -------------------------------------------------------------------------------
326 -------------------------------------------------------------------------------
330 .Li # lockstat -H -f tcp_input -s 50 -D 10 sleep 1
331 .Bd -literal
334 -------------------------------------------------------------------------------
338 nsec ------ Time Distribution ------ count Stack
346 -------------------------------------------------------------------------------
350 nsec ------ Time Distribution ------ count Stack
359 -------------------------------------------------------------------------------
373 Tail-call elimination can affect call sites.