Searched refs:mexp (Results 1 – 2 of 2) sorted by relevance
51 struct metric_expr *mexp; in compute_single() local58 list_for_each_entry (mexp, &me->head, nd) { in compute_single()59 if (strcmp(mexp->metric_name, name)) in compute_single()61 return test_generic_metric(mexp, 0); in compute_single()
933 struct metric_expr *mexp; in test__parsing_callback() local935 list_for_each_entry (mexp, &me->head, nd) { in test__parsing_callback()936 if (strcmp(mexp->metric_name, pm->metric_name)) in test__parsing_callback()938 pr_debug("Result %f\n", test_generic_metric(mexp, 0)); in test__parsing_callback()