Searched refs:metric_refs (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dmetricgroup.c97 zfree(&expr->metric_refs);
149 struct metric_ref *metric_refs; member in struct:metric
204 zfree(&m->metric_refs);
249 m->metric_refs = NULL;
966 * metric_refs list.
968 if (root_metric->metric_refs) {
969 for (; root_metric->metric_refs[cnt].metric_name; cnt++) {
971 root_metric->metric_refs[cnt].metric_name))
977 root_metric->metric_refs = realloc(root_metric->metric_refs,
[all...]
H A Dmetricgroup.h32 * metric_ref. A metric_ref will then be parsed recursively. The metric_refs and
64 struct metric_ref *metric_refs; member in struct:metric_expr
H A Dstat-shadow.c364 struct metric_ref *metric_refs = mexp->metric_refs; local
452 for (int j = 0; metric_refs && metric_refs[j].metric_name; j++) {
453 int ret = expr__add_ref(pctx, &metric_refs[j]);

Completed in 142 milliseconds