Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-bench.c118 #define for_each_collection(coll) \ argument
119 for (coll = collections; coll->name; coll++)
122 #define for_each_bench(coll, bench) \ argument
123 for (bench = coll->benchmarks; bench && bench->name; bench++)
125 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument
129 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
131 for_each_bench(coll, bench) in dump_benchmarks()
156 struct collection *coll; in print_usage() local
166 for_each_collection(coll) in print_usage()
167 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
[all …]