Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dexpr.h40 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref);
H A Dexpr.c183 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref() function
H A Dstat-shadow.c429 int ret = expr__add_ref(pctx, &metric_refs[j]); in prepare_metric()