Lines Matching full:combined
315 * combined or shared groups, this metric may not care
1378 * @combined: Out argument for result.
1381 struct expr_parse_ctx **combined)
1389 *combined = expr__ctx_new();
1390 if (!*combined)
1401 ret = expr__add_id(*combined, dup);
1409 expr__ctx_free(*combined);
1410 *combined = NULL;
1533 struct expr_parse_ctx *combined = NULL;
1537 ret = build_combined_expr_ctx(&metric_list, &combined);
1539 if (!ret && combined && hashmap__size(combined->ids)) {
1540 ret = parse_ids(metric_no_merge, fake_pmu, combined,
1546 if (combined)
1547 expr__ctx_free(combined);