Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.h51 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
H A Dexpr.c133 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() function
144 if (expr__get_id(ctx, id, datap) || !*datap) { in expr__resolve_id()
H A Dmetricgroup.c832 ret = expr__get_id(&m->pctx, id, &data); in recursion_check()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds