Lines Matching refs:metric_expr
84 struct metric_expr *expr, *tmp;
109 * A node in the list of referenced metrics. metric_expr
115 const char *metric_expr;
123 const char *metric_expr;
300 struct metric_expr *expr;
327 m->metric_name, m->metric_expr);
339 expr = malloc(sizeof(struct metric_expr));
370 metric_refs[i].metric_expr = ref->metric_expr;
376 expr->metric_expr = m->metric_expr;
523 if (!pe->metric_expr)
556 s, 8, "[", pe->metric_expr) < 0)
708 m->metric_expr = pe->metric_expr;
746 ref->metric_expr = pe->metric_expr;
760 if (expr__find_other(pe->metric_expr, NULL, &m->pctx, runtime) < 0) {
802 if (__pe->metric_expr && \
945 pr_debug("metric expr %s for %s\n", pe->metric_expr, pe->metric_name);
947 if (!strstr(pe->metric_expr, "?")) {
1154 if (!pe->metric_expr)
1171 struct metric_expr *old_expr, *new_expr;
1194 new_expr->metric_expr = old_expr->metric_expr;