Searched refs:old_expr (Results 1 – 1 of 1) sorted by relevance
1307 struct metric_expr *old_expr, *new_expr; in metricgroup__copy_metric_events() local1325 list_for_each_entry(old_expr, &old_me->head, nd) { in metricgroup__copy_metric_events()1330 new_expr->metric_expr = old_expr->metric_expr; in metricgroup__copy_metric_events()1331 new_expr->metric_name = old_expr->metric_name; in metricgroup__copy_metric_events()1332 new_expr->metric_unit = old_expr->metric_unit; in metricgroup__copy_metric_events()1333 new_expr->runtime = old_expr->runtime; in metricgroup__copy_metric_events()1335 if (old_expr->metric_refs) { in metricgroup__copy_metric_events()1337 for (nr = 0; old_expr->metric_refs[nr].metric_name; nr++) in metricgroup__copy_metric_events()1346 memcpy(new_expr->metric_refs, old_expr->metric_refs, in metricgroup__copy_metric_events()1353 for (nr = 0; old_expr->metric_events[nr]; nr++) in metricgroup__copy_metric_events()[all …]