Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds