Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dnuma.c126 int perturb_secs; member
194 OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test convergence stability"),
1305 if (details < 0 && !g->p.perturb_secs && !g->p.measure_convergence && !g->p.nr_secs) in worker_thread()
1326 * Perturb the first task's equilibrium every g->p.perturb_secs seconds, in worker_thread()
1329 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { in worker_thread()