Home
last modified time | relevance | path

Searched refs:metric_threshold_classify__color (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dstat.h139 const char *metric_threshold_classify__color(enum metric_threshold_classify thresh);
H A Dstat-display.c76 const char *metric_threshold_classify__color(enum metric_threshold_classify thresh) in metric_threshold_classify__color() function
464 const char *color = metric_threshold_classify__color(thresh); in print_metric_std()
603 const char *color = metric_threshold_classify__color(thresh); in print_metric_only()
/linux/tools/perf/
H A Dbuiltin-script.c2103 const char *color = metric_threshold_classify__color(thresh); in script_print_metric()