Searched defs:last_perturbance (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c1014 unsigned long last_perturbance; local
1071 last_perturbance = start.tv_sec;
1127 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) {
1132 last_perturbance = stop.tv_sec;

Completed in 88 milliseconds