Searched refs:color_ratios (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dstat-shadow.c191 const double color_ratios[3], const char *unit)
197 const char *color = get_ratio_color(color_ratios, ratio);
209 static const double color_ratios[3] = {50.0, 30.0, 10.0}; local
211 print_ratio(config, evsel, aggr_idx, stalled, out, STAT_CYCLES, color_ratios,
220 static const double color_ratios[3] = {75.0, 50.0, 20.0}; local
222 print_ratio(config, evsel, aggr_idx, stalled, out, STAT_CYCLES, color_ratios,
231 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
233 print_ratio(config, evsel, aggr_idx, misses, out, STAT_BRANCHES, color_ratios,
242 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
244 print_ratio(config, evsel, aggr_idx, misses, out, STAT_L1_DCACHE, color_ratios,
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) argument
253 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
264 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
275 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
286 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
297 static const double color_ratios[3] = {20.0, 10.0, 5.0}; local
[all...]

Completed in 113 milliseconds