Searched refs:coll (Results 1 – 1 of 1) sorted by relevance
84 #define for_each_collection(coll) \ argument85 for (coll = collections; coll->name; coll++)88 #define for_each_bench(coll, bench) \ argument89 for (bench = coll->benchmarks; bench && bench->name; bench++)91 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument95 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()97 for_each_bench(coll, bench) in dump_benchmarks()122 struct collection *coll; in print_usage() local132 for_each_collection(coll) in print_usage()133 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()[all …]