Lines Matching full:collection
11 * Available benchmark collection list:
94 struct collection { struct
100 static struct collection collections[] = { argument
120 /* Iterate over all benchmarks within a collection: */
124 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
128 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
149 "perf bench [<common options>] <collection> <benchmark> [<options>]",
155 struct collection *coll; in print_usage()
211 static void run_collection(struct collection *coll) in run_collection()
238 struct collection *coll; in run_all_collections()
246 struct collection *coll; in cmd_bench()
250 /* No collection specified. */ in cmd_bench()
312 printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]); in cmd_bench()
317 printf("Unknown collection: '%s'\n", argv[0]); in cmd_bench()