Searched defs:thresh_ratios (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/tools/perf/util/ |
D | stat-shadow.c | 218 const double thresh_ratios[3] = {50.0, 30.0, 10.0}; in print_stalled_cycles_front() local 229 const double thresh_ratios[3] = {75.0, 50.0, 20.0}; in print_stalled_cycles_back() local 240 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_branch_miss() local 251 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_l1d_miss() local 262 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_l1i_miss() local 273 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_ll_miss() local 284 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_dtlb_miss() local 295 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_itlb_miss() local 306 const double thresh_ratios[3] = {20.0, 10.0, 5.0}; in print_cache_miss() local
|