Lines Matching full:collection
11 * Available benchmark collection list:
102 struct collection { struct
108 static struct collection collections[] = { argument
129 /* Iterate over all benchmarks within a collection: */
133 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
137 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
158 "perf bench [<common options>] <collection> <benchmark> [<options>]",
164 struct collection *coll; in print_usage()
220 static void run_collection(struct collection *coll) in run_collection()
246 struct collection *coll; in run_all_collections()
254 struct collection *coll; in cmd_bench()
261 /* No collection specified. */ in cmd_bench()
322 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]); in cmd_bench()
327 printf("Unknown collection: '%s'\n", argv[0]); in cmd_bench()