Lines Matching full:events
50 allows you to specify which events to watch (for example, spin on adaptive
55 monitors all lock contention events, gathers frequency and timing data about
56 those events, and displays the data in decreasing frequency order, so that the
57 most common events appear first.
83 relies on DTrace to modify the running kernel's text to intercept events of
100 Watch all lock events.
105 Watch contention events.
107 Watch error events.
109 Only watch the specified events.
111 is a comma-separated list of events or ranges of events such as 1,4-7,35.
114 with no arguments to get a brief description of all events.
116 Watch hold events.
118 Watch profiling interrupt events.
138 Basic statistics: lock, caller, number of events.
146 Timing: Basic plus timing for all events (default).
151 Only watch events longer than
154 Only watch events generated by
168 Trace (rather than sample) events.
176 events of each type.
178 Show total events generated by function.
212 Display rates (events per second) rather than counts.
214 Whichever: distinguish events only by caller, not by lock.
216 Wherever: distinguish events only by lock, not by caller.
226 Percentage of all events represented by this individual event.
228 Percentage of all events generated by this function.
237 Average duration of the events in nanoseconds, as appropriate for the event.
255 Adaptive mutex spin: 41411 events in 5.011 seconds (8263 events/sec)
278 Adaptive mutex block: 10 events in 5.011 seconds (2 events/sec)
295 Adaptive mutex hold: 109589 events in 1.039 seconds (105526 events/sec)
312 R/W writer hold: 64314 events in 1.039 seconds (61929 events/sec)
332 Adaptive mutex hold: 68 events in 1.026 seconds (66 events/sec)