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

/linux-master/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, function
236 if (expr__get_id(haystack, cur->pkey, &data))
248 if (expr__get_id(ctx, id, datap) || !*datap) {
H A Dmetricgroup.c1151 if (!expr__get_id(left->pctx, perf_tool_event__to_str(i), &data))
1157 if (!expr__get_id(right->pctx, perf_tool_event__to_str(i), &data))
1388 !expr__get_id(m->pctx, perf_tool_event__to_str(i), &data))

Completed in 126 milliseconds