Searched defs:color_ratios (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat-shadow.c | 209 static const double color_ratios[3] = {50.0, 30.0, 10.0}; in print_stalled_cycles_front() local 220 static const double color_ratios[3] = {75.0, 50.0, 20.0}; in print_stalled_cycles_back() local 231 static const double color_ratios[3] = {20.0, 10.0, 5.0}; in print_branch_miss() local 242 static const double color_ratios[3] = {20.0, 10.0, 5.0}; in print_l1d_miss() local 187 print_ratio(struct perf_stat_config *config, const struct evsel *evsel, int aggr_idx, double numerator, struct perf_stat_output_ctx *out, enum stat_type denominator_type, const double color_ratios[3], const char *unit) print_ratio() argument 253 static const double color_ratios[3] = {20.0, 10.0, 5.0}; print_l1i_miss() local 264 static const double color_ratios[3] = {20.0, 10.0, 5.0}; print_ll_miss() local 275 static const double color_ratios[3] = {20.0, 10.0, 5.0}; print_dtlb_miss() local 286 static const double color_ratios[3] = {20.0, 10.0, 5.0}; print_itlb_miss() local 297 static const double color_ratios[3] = {20.0, 10.0, 5.0}; print_cache_miss() local [all...] |
Completed in 2 milliseconds