Recognize SCHED_DEADLINE policy

Introduced in kernel v3.14.

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
python3
Libor Pechacek 7 years ago
parent a65e82c1d5
commit b5bcd7937c

@ -684,7 +684,7 @@ def move_pidspec(pidspec, toset, fset=None, threads=False):
def task_detail(pid, width=70):
# scheduler policy definitions
policy = ['o', 'f', 'r', 'b', '?', 'i']
policy = ['o', 'f', 'r', 'b', '?', 'i', 'd']
# stat location definitions
statdef = {
'pid': 0,

Loading…
Cancel
Save