Home
last modified time | relevance | path

Searched refs:metricgroup__parse_groups_test (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmetricgroup.h81 int metricgroup__parse_groups_test(struct evlist *evlist,
H A Dmetricgroup.c1705 int metricgroup__parse_groups_test(struct evlist *evlist, in metricgroup__parse_groups_test() function
/openbmc/linux/tools/perf/tests/
H A Dexpand-cgroup.c190 ret = metricgroup__parse_groups_test(evlist, pme_test, metric_str, &metric_events); in expand_metric_events()
H A Dparse-metric.c98 err = metricgroup__parse_groups_test(evlist, pme_test, name, in __compute_metric()
H A Dpmu-events.c843 err = metricgroup__parse_groups_test(evlist, table, pm->metric_name, &metric_events); in test__parsing_callback()