Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dexpr.h41 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
H A Dexpr.c222 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() function
236 if (expr__get_id(haystack, cur->pkey, &data)) in expr__subset_of_ids()
248 if (expr__get_id(ctx, id, datap) || !*datap) { in expr__resolve_id()
H A Dmetricgroup.c1151 if (!expr__get_id(left->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1157 if (!expr__get_id(right->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1388 !expr__get_id(m->pctx, perf_tool_event__to_str(i), &data)) in find_tool_events()