Home
last modified time | relevance | path

Searched refs:expr__get_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dexpr.h39 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
Dexpr.c156 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() function
167 if (expr__get_id(ctx, id, datap) || !*datap) { in expr__resolve_id()
Dmetricgroup.c930 ret = expr__get_id(&m->pctx, id, &data); in recursion_check()