Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dexpr.c219 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() function
235 if (expr__get_id(haystack, cur->pkey, &data)) in expr__subset_of_ids()
247 if (expr__get_id(ctx, id, datap) || !*datap) { in expr__resolve_id()
H A Dexpr.h41 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
H A Dmetricgroup.c993 if (!expr__get_id(left->pctx, tool_pmu__event_to_str(i), &data)) in metric_list_cmp()
999 if (!expr__get_id(right->pctx, tool_pmu__event_to_str(i), &data)) in metric_list_cmp()
1201 !expr__get_id(m->pctx, tool_pmu__event_to_str(i), &data)) in find_tool_events()