Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dparse-metric.c51 struct metric_expr *mexp; in compute_single() local
58 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()
H A Dpmu-events.c933 struct metric_expr *mexp; in test__parsing_callback() local
935 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()