Home
last modified time | relevance | path

Searched refs:pctx (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
A Dstat-shadow.c376 struct expr_parse_ctx *pctx, in prepare_metric() argument
500 struct expr_parse_ctx *pctx; in generic_metric() local
506 pctx = expr__ctx_new(); in generic_metric()
507 if (!pctx) in generic_metric()
512 pctx->sctx.runtime = runtime; in generic_metric()
516 expr__ctx_free(pctx); in generic_metric()
563 expr__ctx_free(pctx); in generic_metric()
568 struct expr_parse_ctx *pctx; in test_generic_metric() local
571 pctx = expr__ctx_new(); in test_generic_metric()
572 if (!pctx) in test_generic_metric()
[all …]
A Dmetricgroup.c129 struct expr_parse_ctx *pctx; member
213 expr__ctx_free(m->pctx); in metric__free()
233 m->pctx = expr__ctx_new(); in metric__new()
234 if (!m->pctx) in metric__new()
249 m->pctx->sctx.user_requested_cpu_list = NULL; in metric__new()
252 if (!m->pctx->sctx.user_requested_cpu_list) in metric__new()
255 m->pctx->sctx.runtime = runtime; in metric__new()
256 m->pctx->sctx.system_wide = system_wide; in metric__new()
980 left_count = hashmap__size(left->pctx->ids); in metric_list_cmp()
1408 if (expr__subset_of_ids(n->pctx, m->pctx)) { in parse_groups()
[all …]

Completed in 9 milliseconds