Searched refs:perturb_secs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 124 int perturb_secs; member 192 OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test convergence stability"), 1203 if (details < 0 && !g->p.perturb_secs && !g->p.measure_convergence && !g->p.nr_secs) in worker_thread() 1224 * Perturb the first task's equilibrium every g->p.perturb_secs seconds, in worker_thread() 1227 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { in worker_thread()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 124 int perturb_secs; member 192 OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test convergence stability"), 1252 if (details < 0 && !g->p.perturb_secs && !g->p.measure_convergence && !g->p.nr_secs) in worker_thread() 1273 * Perturb the first task's equilibrium every g->p.perturb_secs seconds, in worker_thread() 1276 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { in worker_thread()
|
Completed in 5 milliseconds