Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dsynthesize.c29 static bool run_st; variable
33 OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"),
264 if (!run_st && !run_mt) in bench_synthesize()
265 run_st = true; in bench_synthesize()
267 if (run_st) in bench_synthesize()