Lines Matching defs:collection
11 * Available benchmark collection list:
117 struct collection {
123 static struct collection collections[] = {
145 /* Iterate over all benchmarks within a collection: */
149 static void dump_benchmarks(struct collection *coll)
153 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
174 "perf bench [<common options>] <collection> <benchmark> [<options>]",
180 struct collection *coll;
236 static void run_collection(struct collection *coll)
262 struct collection *coll;
270 struct collection *coll;
278 /* No collection specified. */
339 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]);
344 printf("Unknown collection: '%s'\n", argv[0]);