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.h132 enum metric_threshold_classify { enum
139 const char *metric_threshold_classify__color(enum metric_threshold_classify thresh);
143 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()
596 void *ctx, enum metric_threshold_classify thresh, in print_metric_only()
620 enum metric_threshold_classify thresh __maybe_unused, in print_metric_only_csv()
642 enum metric_threshold_classify thresh __maybe_unused, in print_metric_only_json()
664 enum metric_threshold_classify thresh __maybe_unused, in print_metric_header()
H A Dstat-shadow.c143 enum metric_threshold_classify thresh = METRIC_THRESHOLD_UNKNOWN; in generic_metric()
/linux/tools/perf/
H A Dbuiltin-script.c2103 void *ctx, enum metric_threshold_classify thresh, in script_print_metric()