From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3x7bDK72lyzDqk6 for ; Thu, 13 Jul 2017 22:46:41 +1000 (AEST) In-Reply-To: <20170618235128.20472-1-anton@ozlabs.org> To: Anton Blanchard , benh@kernel.crashing.org, paulus@samba.org, mikey@neuling.org, maddy@linux.vnet.ibm.com From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc/perf: Add POWER9 alternate PM_RUN_CYC and PM_RUN_INST_CMPL events Message-Id: <3x7bDK5g0wz9s7g@ozlabs.org> Date: Thu, 13 Jul 2017 22:46:41 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2017-06-18 at 23:51:28 UTC, Anton Blanchard wrote: > From: Anton Blanchard > > Similar to POWER8, POWER9 can count run cycles and run instructions > completed on more than one PMU. > > Signed-off-by: Anton Blanchard > Acked-by: Madhavan Srinivasan Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/3f0bd8dad0db73f5d71b355aec5ab3 cheers