Searched refs:metric_str (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/tests/ |
D | expand-cgroup.c | 181 const char metric_str[] = "CPI"; in expand_metric_events() local 189 ret = metricgroup__parse_groups_test(evlist, pme_test, metric_str, &metric_events); in expand_metric_events() 191 pr_debug("failed to parse '%s' metric\n", metric_str); in expand_metric_events()
|
/linux-6.12.1/fs/ceph/ |
D | debugfs.c | 167 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()
|