Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dexpr.c221 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() function
235 if (expr__get_id(haystack, cur->key, &data)) in expr__subset_of_ids()
247 if (expr__get_id(ctx, id, datap) || !*datap) { in expr__resolve_id()
Dexpr.h45 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
Dmetricgroup.c1200 if (!expr__get_id(left->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1206 if (!expr__get_id(right->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1407 !expr__get_id(m->pctx, perf_tool_event__to_str(i), &data)) in find_tool_events()