Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12f54139 authored by Liu, Changcheng's avatar Liu, Changcheng Committed by Jiri Kosina
Browse files

Documentation: ftrace.txt: Correct nice value of 120 priority



The nice value of 120 priority is 0.

Signed-off-by: default avatarLiu Changcheng <changcheng.liu@intel.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 981a0547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1546,7 +1546,7 @@ Note, that the trace data shows the internal priority (99 - rtprio).

  <idle>-0       3d..3    5us :      0:120:R ==> [003]  2389: 94:R sleep

The 0:120:R means idle was running with a nice priority of 0 (120 - 20)
The 0:120:R means idle was running with a nice priority of 0 (120 - 120)
and in the running state 'R'. The sleep task was scheduled in with
2389: 94:R. That is the priority is the kernel rtprio (99 - 5 = 94)
and it too is in the running state.