]> www.infradead.org Git - users/dwmw2/linux.git/commit
sched_ext: Include task weight in the error state dump
authorAndrea Righi <arighi@nvidia.com>
Wed, 22 Jan 2025 09:05:25 +0000 (10:05 +0100)
committerTejun Heo <tj@kernel.org>
Fri, 24 Jan 2025 18:07:42 +0000 (08:07 -1000)
commit2279563e3a8cac367b267b09c15cf1e39c06c5cc
treedd56ccc30542728af63609b40efbd9d55964afd7
parentbe8ee18152b0523752f3a44900363838bd1573bb
sched_ext: Include task weight in the error state dump

Report the task weight when dumping the task state during an error exit.
Moreover, adjust the output format to display dsq_vtime, slice, and
weight on the same line.

This can help identify whether certain tasks were excessively
prioritized or de-prioritized due to large niceness gaps.

Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c