Lines Matching refs:collection
11 * Available benchmark collection list:
115 struct collection {
121 static struct collection collections[] = {
143 /* Iterate over all benchmarks within a collection: */
147 static void dump_benchmarks(struct collection *coll)
151 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
172 "perf bench [<common options>] <collection> <benchmark> [<options>]",
178 struct collection *coll;
234 static void run_collection(struct collection *coll)
260 struct collection *coll;
268 struct collection *coll;
276 /* No collection specified. */
337 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]);
342 printf("Unknown collection: '%s'\n", argv[0]);