Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dexpr.h53 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id,
H A Dexpr.y91 if (expr__resolve_id(ctx, $1, &data)) {
H A Dexpr.c139 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, in expr__resolve_id() function