Lines Matching full:threshold
168 Event Counting Threshold
175 events whose count meets a specified threshold condition. For example if
177 threshold is set to 2, then the PMU counter will now only increment by
181 To increment by 1 after passing the threshold condition instead of the
195 * - threshold
196 - Value to threshold the event by. A value of 0 means that
206 - If this is set, count by 1 after passing the threshold condition
209 The threshold, threshold_compare and threshold_count values can be
214 perf stat -e stall_slot/threshold=2,threshold_compare=2/ \
215 -e dtlb_walk/threshold=10,threshold_compare=3,threshold_count/
221 The maximum supported threshold value can be read from the caps of each
232 for threshold is limited to 12 bits, and the Perf tool will refuse to
236 0, and attempting to set a threshold value will also result in an error.