Home
last modified time | relevance | path

Searched refs:expr__add_ref (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dexpr.h38 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref);
Dexpr.c107 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref() function
Dstat-shadow.c862 ret = expr__add_ref(pctx, &metric_refs[j]); in prepare_metric()
/Linux-v5.15/tools/perf/tests/
Dpmu-events.c889 expr__add_ref(&ctx, &metric->metric_ref); in test_parsing()