]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit6dfb54049f9a99b24fe5d5cd2d3af19eadc8f31f
treefc547cc51fe6fb99bd44c08d7f9894734d5d8db3
parentfde93a0f774f510bfaabccd5ba00f97972be1e12
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