]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
authorDouglas Miller <dougmill@linux.vnet.ibm.com>
Mon, 23 Nov 2015 15:01:15 +0000 (09:01 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 9 Feb 2016 23:22:04 +0000 (10:22 +1100)
commit50c8cd6d82be81d59e60b34406014e9e49f3aca1
treefc547cc51fe6fb99bd44c08d7f9894734d5d8db3
parentb1c947cea57bbbcfc76a915d653e686faf886a68
powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

Add 'P' command with optional task_struct address to dump all/one task's
information: task pointer, kernel stack pointer, PID, PPID, state
(interpreted), CPU where (last) running, and command.

Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/xmon/xmon.c