Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/ !
Dexpr.h45 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id,
Dexpr.y101 if (expr__resolve_id(ctx, id, &data) == 0) {
Dexpr.c243 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, in expr__resolve_id() function