Searched refs:parse_ctx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | expr.h | 13 struct parse_ctx { struct 18 void expr__ctx_init(struct parse_ctx *ctx); argument 19 void expr__add_id(struct parse_ctx *ctx, const char *id, double val); 21 int expr__parse(double *final_val, struct parse_ctx *ctx, const char **pp);
|
D | expr.y | 15 %parse-param { struct parse_ctx *ctx } 40 struct parse_ctx *ctx __maybe_unused, 47 static int lookup_id(struct parse_ctx *ctx, char *id, double *val) 170 void expr__add_id(struct parse_ctx *ctx, const char *name, double val) 179 void expr__ctx_init(struct parse_ctx *ctx)
|
D | stat-shadow.c | 711 struct parse_ctx pctx; in generic_metric()
|
/Linux-v4.19/tools/perf/tests/ |
D | expr.c | 7 static int test(struct parse_ctx *ctx, const char *e, double val2) in test() 23 struct parse_ctx ctx; in test__expr()
|