Searched refs:expr__get_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | expr.h | 51 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
|
H A D | expr.c | 133 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 D | metricgroup.c | 832 ret = expr__get_id(&m->pctx, id, &data); in recursion_check()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | expr.h | 41 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
|
H A D | expr.c | 222 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 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()
|
Completed in 7 milliseconds