Searched refs:expr__parse (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/perf/tests/ |
D | expr.c | 13 if (expr__parse(&val, ctx, e, 1)) in test() 56 ret = expr__parse(&val, &ctx, p, 1); in test__expr() 60 ret = expr__parse(&val, &ctx, p, 1); in test__expr()
|
D | pmu-events.c | 893 if (expr__parse(&result, &ctx, pe->metric_expr, 0)) { in test_parsing() 950 if (expr__parse(&result, &ctx, str, 0)) in metric_parse_fake()
|
/Linux-v5.15/tools/perf/util/ |
D | expr.h | 43 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
|
D | expr.c | 186 if (expr__parse(&data->ref.val, ctx, data->ref.metric_expr, 1)) { in expr__resolve_id() 264 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() function
|
D | stat-shadow.c | 893 if (expr__parse(&ratio, &pctx, metric_expr, runtime) == 0) { in generic_metric() 940 if (expr__parse(&ratio, &pctx, mexp->metric_expr, 1)) in test_generic_metric()
|