Lines Matching full:collection
11 * Available benchmark collection list:
117 struct collection { struct
123 static struct collection collections[] = { argument
145 /* Iterate over all benchmarks within a collection: */
149 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
153 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
174 "perf bench [<common options>] <collection> <benchmark> [<options>]",
180 struct collection *coll; in print_usage()
236 static void run_collection(struct collection *coll) in run_collection()
262 struct collection *coll; in run_all_collections()
270 struct collection *coll; in cmd_bench()
278 /* No collection specified. */ in cmd_bench()
339 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]); in cmd_bench()
344 printf("Unknown collection: '%s'\n", argv[0]); in cmd_bench()