Searched refs:expr__parse (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/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 | 508 if (expr__parse(&result, &ctx, pe->metric_expr, 0)) { in test_parsing() 564 if (expr__parse(&result, &ctx, str, 1)) in metric_parse_fake()
|
/Linux-v5.10/tools/perf/util/ |
D | expr.c | 157 if (expr__parse(&data->val, ctx, data->ref.metric_expr, 1)) { in expr__resolve_id() 228 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() function
|
D | expr.h | 55 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
|
D | stat-shadow.c | 867 if (expr__parse(&ratio, &pctx, metric_expr, runtime) == 0) { in generic_metric() 914 if (expr__parse(&ratio, &pctx, mexp->metric_expr, 1)) in test_generic_metric()
|