expr__parse        13 tools/perf/tests/expr.c 	if (expr__parse(&val, ctx, &e))
expr__parse        47 tools/perf/tests/expr.c 	ret = expr__parse(&val, &ctx, &p);
expr__parse        51 tools/perf/tests/expr.c 	ret = expr__parse(&val, &ctx, &p);
expr__parse        21 tools/perf/util/expr.h int expr__parse(double *final_val, struct parse_ctx *ctx, const char **pp);
expr__parse       782 tools/perf/util/stat-shadow.c 		if (expr__parse(&ratio, &pctx, &p) == 0) {