Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dsynthesize.c28 static bool run_st; variable
32 OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"),
252 if (!run_st && !run_mt) in bench_synthesize()
253 run_st = true; in bench_synthesize()
255 if (run_st) in bench_synthesize()