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