• Vladimir Panteleev's avatar
    Add support for Linux TASK_IDLE · 87be623e
    Vladimir Panteleev authored
    Linux commit 06eb61844d841d0032a9950ce7f8e783ee49c0d0 ("sched/debug:
    Add explicit TASK_IDLE printing") exposes kthreads idling using
    TASK_IDLE in procfs as "I (idle)".
    
    Until now, when sorting the STATE ("S") column, htop used the raw
    value of the state character for comparison, however that led to the
    undesirable effect of TASK_IDLE ('I') tasks being sorted above tasks
    that were running ('R').
    
    Thus, explicitly recognize the idle process state, and sort it below
    others.
    87be623e
Process.h 4.58 KB