Searched refs:expr__get_id (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | expr.c | 221 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()
|
D | expr.h | 45 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
|
D | metricgroup.c | 1200 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()
|