Home
last modified time | relevance | path

Searched refs:coll (Results 1 – 1 of 1) sorted by relevance

/tools/perf/
A Dbuiltin-bench.c143 for (coll = collections; coll->name; coll++)
180 struct collection *coll; in print_usage() local
190 for_each_collection(coll) in print_usage()
191 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
262 struct collection *coll; in run_all_collections() local
264 for_each_collection(coll) in run_all_collections()
265 run_collection(coll); in run_all_collections()
270 struct collection *coll; in cmd_bench() local
315 dump_benchmarks(coll); in cmd_bench()
320 run_collection(coll); in cmd_bench()
[all …]

Completed in 3 milliseconds