Searched refs:pmu_metrics_table__for_each_metric (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/perf/pmu-events/ |
D | empty-pmu-events.c | 315 int pmu_metrics_table__for_each_metric(const struct pmu_metrics_table *table, pmu_metric_iter_fn fn, in pmu_metrics_table__for_each_metric() function 422 int ret = pmu_metrics_table__for_each_metric(&tables->metric_table, fn, data); in pmu_for_each_core_metric()
|
D | pmu-events.h | 93 int pmu_metrics_table__for_each_metric(const struct pmu_metrics_table *table, pmu_metric_iter_fn fn,
|
/Linux-v6.6/tools/perf/util/ |
D | metricgroup.c | 530 pmu_metrics_table__for_each_metric(table, in metricgroup__print() 1072 return pmu_metrics_table__for_each_metric(table, metricgroup__find_metric_callback, &data) in metricgroup__find_metric() 1258 ret = pmu_metrics_table__for_each_metric(table, metricgroup__add_metric_callback, in metricgroup__add_metric() 1743 return pmu_metrics_table__for_each_metric(table, metricgroup__has_metric_callback, &data) in metricgroup__has_metric() 1773 pmu_metrics_table__for_each_metric(table, metricgroup__topdown_max_level_callback, in metricgroups__topdown_max_level()
|