Home
last modified time | relevance | path

Searched refs:metric_str (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dexpand-cgroup.c182 const char metric_str[] = "CPI"; in expand_metric_events() local
190 ret = metricgroup__parse_groups_test(evlist, pme_test, metric_str, &metric_events); in expand_metric_events()
192 pr_debug("failed to parse '%s' metric\n", metric_str); in expand_metric_events()
/openbmc/linux/fs/ceph/
H A Ddebugfs.c167 static const char * const metric_str[] = { variable
193 CEPH_LAT_METRIC_SHOW(metric_str[i], total, avg, min, max, sq); in metrics_latency_show()
223 CEPH_SZ_METRIC_SHOW(metric_str[i], total, avg, min, max, sum); in metrics_size_show()