LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH] powerpc/xmon: Update paca fields dumped in xmon
Date: Mon, 21 May 2018 19:47:20 +1000	[thread overview]
Message-ID: <20180521094720.15338-1-mpe@ellerman.id.au> (raw)

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

             reply	other threads:[~2018-05-21  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-21  9:47 Michael Ellerman [this message]
2018-05-25 11:41 ` powerpc/xmon: Update paca fields dumped in xmon Michael Ellerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180521094720.15338-1-mpe@ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox