Lines Matching refs:collection
11 * Available benchmark collection list:
95 struct collection {
101 static struct collection collections[] = {
121 /* Iterate over all benchmarks within a collection: */
125 static void dump_benchmarks(struct collection *coll)
129 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
150 "perf bench [<common options>] <collection> <benchmark> [<options>]",
156 struct collection *coll;
212 static void run_collection(struct collection *coll)
238 struct collection *coll;
246 struct collection *coll;
254 /* No collection specified. */
315 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]);
320 printf("Unknown collection: '%s'\n", argv[0]);