Home
last modified time | relevance | path

Searched refs:expr__ctx_new (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dexpr.h31 struct expr_parse_ctx *expr__ctx_new(void);
H A Dstat-shadow.c138 pctx = expr__ctx_new(); in generic_metric()
203 pctx = expr__ctx_new(); in test_generic_metric()
H A Dexpr.c290 struct expr_parse_ctx *expr__ctx_new(void) in expr__ctx_new() function
H A Dmetricgroup.c235 m->pctx = expr__ctx_new(); in metric__new()
1223 *combined = expr__ctx_new(); in build_combined_expr_ctx()
H A Dpython.c1461 pctx = expr__ctx_new(); in pyrf_evlist__compute_metric()
/linux/tools/perf/tests/
H A Dexpr.c87 ctx = expr__ctx_new(); in test__expr()
H A Dpmu-events.c940 ctx = expr__ctx_new(); in metric_parse_fake()