Searched refs:expr_parse_ctx (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/util/ |
| D | expr.h | 15 struct expr_parse_ctx { struct 31 struct expr_parse_ctx *expr__ctx_new(void); argument 32 void expr__ctx_clear(struct expr_parse_ctx *ctx); 33 void expr__ctx_free(struct expr_parse_ctx *ctx); 35 void expr__del_id(struct expr_parse_ctx *ctx, const char *id); 36 int expr__add_id(struct expr_parse_ctx *ctx, const char *id); 37 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val); 38 int expr__add_id_val_source_count(struct expr_parse_ctx *ctx, const char *id, 40 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref); 41 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, [all …]
|
| D | expr.c | 145 int expr__add_id(struct expr_parse_ctx *ctx, const char *id) in expr__add_id() 151 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val) in expr__add_id_val() 157 int expr__add_id_val_source_count(struct expr_parse_ctx *ctx, const char *id, in expr__add_id_val_source_count() 179 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref() 218 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() 224 bool expr__subset_of_ids(struct expr_parse_ctx *haystack, in expr__subset_of_ids() 225 struct expr_parse_ctx *needles) in expr__subset_of_ids() 239 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, in expr__resolve_id() 277 void expr__del_id(struct expr_parse_ctx *ctx, const char *id) in expr__del_id() 287 struct expr_parse_ctx *expr__ctx_new(void) in expr__ctx_new() [all …]
|
| D | expr.y | 19 %parse-param { struct expr_parse_ctx *ctx } 61 struct expr_parse_ctx *ctx __maybe_unused, 90 static struct ids handle_id(struct expr_parse_ctx *ctx, char *id,
|
| D | stat-shadow.c | 368 struct expr_parse_ctx *pctx, in prepare_metric() 483 struct expr_parse_ctx *pctx; in generic_metric() 551 struct expr_parse_ctx *pctx; in test_generic_metric()
|
| D | metricgroup.c | 128 struct expr_parse_ctx *pctx; 669 const struct expr_parse_ctx *ctx, in metricgroup__build_event_string() 1402 struct expr_parse_ctx **combined) in build_combined_expr_ctx() 1448 struct expr_parse_ctx *ids, const char *modifier, in parse_ids() 1554 struct expr_parse_ctx *combined = NULL; in parse_groups()
|
| /tools/perf/tests/ |
| D | expr.c | 60 static int test(struct expr_parse_ctx *ctx, const char *e, double val2) in test() 76 struct expr_parse_ctx *ctx; in test__expr()
|
| D | pmu-events.c | 984 struct expr_parse_ctx *ctx; in metric_parse_fake()
|