Home
last modified time | relevance | path

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

/tools/perf/bench/
Dkallsyms-parse.c22 static const char *const bench_usage[] = { variable
68 argc = parse_options(argc, argv, options, bench_usage, 0); in bench_kallsyms_parse()
70 usage_with_options(bench_usage, options); in bench_kallsyms_parse()
Dfind-bit-bench.c26 static const char *const bench_usage[] = { variable
125 argc = parse_options(argc, argv, options, bench_usage, 0); in bench_mem_find_bit()
127 usage_with_options(bench_usage, options); in bench_mem_find_bit()
Dsynthesize.c45 static const char *const bench_usage[] = { variable
242 argc = parse_options(argc, argv, options, bench_usage, 0); in bench_synthesize()
244 usage_with_options(bench_usage, options); in bench_synthesize()
Dinject-buildid.c68 static const char *const bench_usage[] = { variable
476 argc = parse_options(argc, argv, options, bench_usage, 0); in bench_inject_build_id()
478 usage_with_options(bench_usage, options); in bench_inject_build_id()
/tools/perf/
Dbuiltin-bench.c149 static const char * const bench_usage[] = { variable
160 for (i = 0; bench_usage[i]; i++) in print_usage()
161 printf("\t%s\n", bench_usage[i]); in print_usage()
259 argc = parse_options(argc, argv, bench_options, bench_usage, in cmd_bench()