diff options
author | Byungchul Park <[email protected]> | 2015-08-10 18:02:55 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-08-12 12:06:09 +0200 |
commit | 7855a35ac07a350e2cd26f09568a6d8e372be358 (patch) | |
tree | abb27dda433ad9c731f82ac5c4901c0b44457548 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | e237882b8f83dd1a0eece1608bcb689d4f4b221b (diff) |
sched: Ensure a task has a non-normalized vruntime when returning back to CFS
Current code ensures that a task has a normalized vruntime when switching away
from the fair class, but it does not ensure the task has a non-normalized
vruntime when switching back to the fair class.
This is an example breaking this consistency:
1. a task is in fair class and !queued
2. changes its class to RT class (still !queued)
3. changes its class to fair class again (still !queued)
Signed-off-by: Byungchul Park <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions