Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat.h208 double test_generic_metric(struct metric_expr *mexp, int aggr_idx);
H A Dstat-shadow.c198 double test_generic_metric(struct metric_expr *mexp, int aggr_idx) in test_generic_metric() function
/linux/tools/perf/tests/
H A Dparse-metric.c59 return test_generic_metric(mexp, 0); in compute_single()
H A Dpmu-events.c886 pr_debug("Result %f\n", test_generic_metric(mexp, 0)); in test__parsing_callback()