Lines Matching full:collection
11 * Available benchmark collection list:
95 struct collection { struct
101 static struct collection collections[] = { argument
121 /* Iterate over all benchmarks within a collection: */
125 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
129 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
150 "perf bench [<common options>] <collection> <benchmark> [<options>]",
156 struct collection *coll; in print_usage()
212 static void run_collection(struct collection *coll) in run_collection()
239 struct collection *coll; in run_all_collections()
247 struct collection *coll; in cmd_bench()
251 /* No collection specified. */ in cmd_bench()
313 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]); in cmd_bench()
318 printf("Unknown collection: '%s'\n", argv[0]); in cmd_bench()