Home
last modified time | relevance | path

Searched refs:pmu_metrics_table__for_each_metric (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/pmu-events/
H A Dpmu-events.h93 int pmu_metrics_table__for_each_metric(const struct pmu_metrics_table *table, pmu_metric_iter_fn fn,
H A Dempty-pmu-events.c315 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()
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c530 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()