Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmetricgroup.c1654 struct metric_expr *old_expr, *new_expr; in metricgroup__copy_metric_events() local
1674 new_expr = malloc(sizeof(*new_expr)); in metricgroup__copy_metric_events()
1675 if (!new_expr) in metricgroup__copy_metric_events()
1678 new_expr->metric_expr = old_expr->metric_expr; in metricgroup__copy_metric_events()
1679 new_expr->metric_threshold = old_expr->metric_threshold; in metricgroup__copy_metric_events()
1680 new_expr->metric_name = strdup(old_expr->metric_name); in metricgroup__copy_metric_events()
1681 if (!new_expr->metric_name) in metricgroup__copy_metric_events()
1684 new_expr->metric_unit = old_expr->metric_unit; in metricgroup__copy_metric_events()
1685 new_expr->runtime = old_expr->runtime; in metricgroup__copy_metric_events()
1686 new_expr->default_metricgroup_name = old_expr->default_metricgroup_name; in metricgroup__copy_metric_events()
[all …]