Home
last modified time | relevance | path

Searched refs:metric_ref (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.h14 struct metric_ref;
50 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref);
H A Dmetricgroup.h24 struct metric_ref { struct
35 struct metric_ref *metric_refs;
H A Dexpr.c83 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref()
H A Dmetricgroup.c313 struct metric_ref *metric_refs = NULL; in metricgroup__setup_events()
353 metric_refs = zalloc(sizeof(struct metric_ref) * (m->metric_refs_cnt + 1)); in metricgroup__setup_events()
H A Dstat-shadow.c787 struct metric_ref *metric_refs, in prepare_metric()
847 struct metric_ref *metric_refs, in generic_metric()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmetricgroup.h32 * metric_ref. A metric_ref will then be parsed recursively. The metric_refs and
36 struct metric_ref { struct
64 struct metric_ref *metric_refs;
H A Dexpr.h6 struct metric_ref;
40 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref);
H A Dstat-shadow.c359 struct metric_ref *metric_refs, in prepare_metric()
442 struct metric_ref *metric_refs, in generic_metric()
H A Dexpr.c183 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref()
H A Dmetricgroup.c147 struct metric_ref *metric_refs;
978 (cnt + 2) * sizeof(struct metric_ref)); in __add_metric()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpmu-events.c804 struct metric_ref metric_ref; member

Completed in 13 milliseconds