Searched refs:mexp (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | stat-shadow.c | 522 double test_generic_metric(struct metric_expr *mexp, int aggr_idx) in test_generic_metric() argument 531 if (prepare_metric(mexp->metric_events, mexp->metric_refs, pctx, aggr_idx) < 0) in test_generic_metric() 534 if (expr__parse(&ratio, pctx, mexp->metric_expr)) in test_generic_metric() 598 struct metric_expr *mexp = from; in perf_stat__print_shadow_stats_metricgroup() local 607 if (!mexp) in perf_stat__print_shadow_stats_metricgroup() 608 mexp = list_first_entry(&me->head, typeof(*mexp), nd); in perf_stat__print_shadow_stats_metricgroup() 610 list_for_each_entry_from(mexp, &me->head, nd) { in perf_stat__print_shadow_stats_metricgroup() 614 name = mexp->default_metricgroup_name; in perf_stat__print_shadow_stats_metricgroup() 621 if (strcmp(name, mexp->default_metricgroup_name)) in perf_stat__print_shadow_stats_metricgroup() 622 return (void *)mexp; in perf_stat__print_shadow_stats_metricgroup() [all …]
|
D | stat.h | 227 double test_generic_metric(struct metric_expr *mexp, int aggr_idx);
|
/Linux-v6.6/tools/perf/tests/ |
D | parse-metric.c | 51 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()
|
D | pmu-events.c | 873 struct metric_expr *mexp; in test__parsing_callback() local 875 list_for_each_entry (mexp, &me->head, nd) { in test__parsing_callback() 876 if (strcmp(mexp->metric_name, pm->metric_name)) in test__parsing_callback() 878 pr_debug("Result %f\n", test_generic_metric(mexp, 0)); in test__parsing_callback()
|