Lines Matching refs:metric_expr
45 const struct metric_expr *mexp,
127 struct metric_expr *mexp,
134 const char *metric_expr = mexp->metric_expr;
159 if (expr__parse(&ratio, pctx, metric_expr) == 0) {
175 if (strstr(metric_expr, "?"))
205 double test_generic_metric(struct metric_expr *mexp, int aggr_idx)
217 if (expr__parse(&ratio, pctx, mexp->metric_expr))
268 * metric_expr.
278 struct metric_expr *mexp = from;