sched: Add migrate_disable() tracepoints
XXX write a tracer:
- 'migirate_disable() -> migrate_enable()' time in task_sched_runtime()
- 'migrate_pull -> sched-in' time in task_sched_runtime()
The first will give worst case for the second, which is the actual
interference experienced by the task to due migration constraints of
migrate_disable().
Signed-off-by:
Peter Zijlstra (Intel) <peterz@infradead.org>
Loading
Please register or sign in to comment