Lines Matching refs:thresh_ratios
196 const double thresh_ratios[3], const char *_unit) in print_ratio()
206 thresh = get_ratio_thresh(thresh_ratios, ratio); in print_ratio()
218 const double thresh_ratios[3] = {50.0, 30.0, 10.0}; in print_stalled_cycles_front() local
220 print_ratio(config, evsel, aggr_idx, stalled, out, STAT_CYCLES, thresh_ratios, in print_stalled_cycles_front()
229 const double thresh_ratios[3] = {75.0, 50.0, 20.0}; in print_stalled_cycles_back() local
231 print_ratio(config, evsel, aggr_idx, stalled, out, STAT_CYCLES, thresh_ratios, in print_stalled_cycles_back()
240 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_branch_miss() local
242 print_ratio(config, evsel, aggr_idx, misses, out, STAT_BRANCHES, thresh_ratios, in print_branch_miss()
251 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_l1d_miss() local
253 print_ratio(config, evsel, aggr_idx, misses, out, STAT_L1_DCACHE, thresh_ratios, in print_l1d_miss()
262 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_l1i_miss() local
264 print_ratio(config, evsel, aggr_idx, misses, out, STAT_L1_ICACHE, thresh_ratios, in print_l1i_miss()
273 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_ll_miss() local
275 print_ratio(config, evsel, aggr_idx, misses, out, STAT_LL_CACHE, thresh_ratios, in print_ll_miss()
284 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_dtlb_miss() local
286 print_ratio(config, evsel, aggr_idx, misses, out, STAT_DTLB_CACHE, thresh_ratios, in print_dtlb_miss()
295 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_itlb_miss() local
297 print_ratio(config, evsel, aggr_idx, misses, out, STAT_ITLB_CACHE, thresh_ratios, in print_itlb_miss()
306 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_cache_miss() local
308 print_ratio(config, evsel, aggr_idx, misses, out, STAT_CACHE_REFS, thresh_ratios, in print_cache_miss()