Home
last modified time | relevance | path

Searched refs:metric_threshold_classify (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dstat.h155 enum metric_threshold_classify { enum
162 const char *metric_threshold_classify__color(enum metric_threshold_classify thresh);
166 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()
89 static const char *metric_threshold_classify__str(enum metric_threshold_classify thresh) in metric_threshold_classify__str()
457 void *ctx, enum metric_threshold_classify thresh, in print_metric_std()
496 enum metric_threshold_classify thresh __maybe_unused, in print_metric_csv()
517 enum metric_threshold_classify thresh, in print_metric_json()
619 void *ctx, enum metric_threshold_classify thresh, in print_metric_only()
644 enum metric_threshold_classify thresh __maybe_unused, in print_metric_only_csv()
667 enum metric_threshold_classify thresh __maybe_unused, in print_metric_only_json()
693 enum metric_threshold_classify thresh __maybe_unused, in print_metric_header()
H A Dstat-shadow.c140 static enum metric_threshold_classify get_ratio_thresh(const double ratios[3], double val) in get_ratio_thresh()
200 enum metric_threshold_classify thresh = METRIC_THRESHOLD_UNKNOWN; in print_ratio()
504 enum metric_threshold_classify thresh = METRIC_THRESHOLD_UNKNOWN; in generic_metric()
/linux/tools/perf/
H A Dbuiltin-script.c2079 void *ctx, enum metric_threshold_classify thresh, in script_print_metric()