On Sun, Feb 11, 2018 at 4:42 AM, Samuel Thibault
wrote:
> Brent W. Baccala, on dim. 11 févr. 2018 01:23:10 -0500, wrote:
> > So how can I figure out where in processor_set_tasks() (or its
> subroutines)
> > that the kernel has blocked?
>
> show all tasks
>
> Should give you the list of tasks, the
Brent W. Baccala, on dim. 11 févr. 2018 01:23:10 -0500, wrote:
> So how can I figure out where in processor_set_tasks() (or its subroutines)
> that the kernel has blocked?
show all tasks
Should give you the list of tasks, then
show task $task123
shows the list of threads, then
trace/t $task123