From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xXTFB5LJqzDrJp for ; Wed, 16 Aug 2017 22:29:50 +1000 (AEST) In-Reply-To: <1501704846-22625-1-git-send-email-leitao@debian.org> To: Breno Leitao , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Breno Leitao Subject: Re: [v3, 1/2] powerpc/xmon: Dump ftrace buffers for the current CPU only Message-Id: <3xXTFB2V0Zz9t5W@ozlabs.org> Date: Wed, 16 Aug 2017 22:29:50 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-08-02 at 20:14:05 UTC, Breno Leitao wrote: > Current xmon 'dt' command dumps the tracing buffer for all the CPUs, > which makes it very hard to read due to the fact that most of > powerpc machines currently have many CPUs. Other than that, the CPU > lines are interleaved in the ftrace log. > > This new option just dumps the ftrace buffer for the current CPU. > > Signed-off-by: Breno Leitao > Acked-by: Naveen N. Rao Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/4125d012ff9dafe6624197d8dbd237 cheers