Searched refs:expr__get_id (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
H A D | expr.c | 218 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() function 232 if (expr__get_id(haystack, cur->pkey, &data)) in expr__subset_of_ids() 244 if (expr__get_id(ctx, id, datap) || !*datap) { in expr__resolve_id()
|
H A D | expr.h | 41 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
|
H A D | metricgroup.c | 1151 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()
|