Lines Matching refs:collection
11 * Available benchmark collection list:
118 struct collection {
124 static const struct collection collections[] = {
146 /* Iterate over all benchmarks within a collection: */
150 static void dump_benchmarks(const struct collection *coll)
154 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
175 "perf bench [<common options>] <collection> <benchmark> [<options>]",
181 const struct collection *coll;
237 static void run_collection(const struct collection *coll)
263 const struct collection *coll;
271 const struct collection *coll;
279 /* No collection specified. */
340 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]);
345 printf("Unknown collection: '%s'\n", argv[0]);