All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/xmon: Update paca fields dumped in xmon
@ 2018-05-21  9:47 Michael Ellerman
  2018-05-25 11:41 ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2018-05-21  9:47 UTC (permalink / raw)
  To: linuxppc-dev

The set of paca fields we dump in xmon has gotten somewhat out of
date. Update to add some recently added fields.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/xmon/xmon.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c
index 94cc8ba36c14..a2cbf0caa1f7 100644
--- a/arch/powerpc/xmon/xmon.c
+++ b/arch/powerpc/xmon/xmon.c
@@ -2425,6 +2425,16 @@ static void dump_one_paca(int cpu)
 	DUMP(p, thread_idle_state, "x");
 	DUMP(p, thread_mask, "x");
 	DUMP(p, subcore_sibling_mask, "x");
+	DUMP(p, thread_sibling_pacas, "px");
+	DUMP(p, requested_psscr, "llx");
+	DUMP(p, stop_sprs.pid, "llx");
+	DUMP(p, stop_sprs.ldbar, "llx");
+	DUMP(p, stop_sprs.fscr, "llx");
+	DUMP(p, stop_sprs.hfscr, "llx");
+	DUMP(p, stop_sprs.mmcr1, "llx");
+	DUMP(p, stop_sprs.mmcr2, "llx");
+	DUMP(p, stop_sprs.mmcra, "llx");
+	DUMP(p, dont_stop, "x");
 #endif
 
 	DUMP(p, accounting.utime, "llx");
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: powerpc/xmon: Update paca fields dumped in xmon
  2018-05-21  9:47 [PATCH] powerpc/xmon: Update paca fields dumped in xmon Michael Ellerman
@ 2018-05-25 11:41 ` Michael Ellerman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2018-05-25 11:41 UTC (permalink / raw)
  To: Michael Ellerman, linuxppc-dev

On Mon, 2018-05-21 at 09:47:20 UTC, Michael Ellerman wrote:
> The set of paca fields we dump in xmon has gotten somewhat out of
> date. Update to add some recently added fields.
> 
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

Applied to powerpc next.

https://git.kernel.org/powerpc/c/2e0986d761324376021c880ddbf00c

cheers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-25 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21  9:47 [PATCH] powerpc/xmon: Update paca fields dumped in xmon Michael Ellerman
2018-05-25 11:41 ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.