Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/bench/
Dnuma.c125 int perturb_secs; member
193 …OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve…
1276 if (details < 0 && !g->p.perturb_secs && !g->p.measure_convergence && !g->p.nr_secs) in worker_thread()
1300 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()