From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05DCDC433DF for ; Wed, 17 Jun 2020 12:15:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D0CE52082F for ; Wed, 17 Jun 2020 12:15:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AxmBxNPd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D0CE52082F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CjhZ3mqHwxsUGfyjvPF4jVmJB7K7KGYpiw6u7TKM0lM=; b=AxmBxNPdTEfgFQ e86MZWM75MCMsg8iusZ5lXTrIFmUCdixwaRkF+10Vg6xd1VMW7Ap//bpCYkDBaMGyTA8rxd2+bAsI 5sALecw9mmkxo2xqL7INIb8vRkCPu2LBEZ3Zp4VArcAXGe9tMDbnF4hnLZpTK9vvbw7ov6bFXq/xH /BQ6c9n4mlcBNS6CbwK/uo4RlSEutblpIeskde+3Vi1riX6byYOn4mljlacFcQx/lWU99CMrrn+ib CLiPSP5EuIzy7K4WJxtDr003v3TIhK4pdjLMGeFca0CjX9SpV/bv70ccobbJIGmsDhNzcJQgqkq6X gPEjoq3UvKU1gt6UqPig==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jlWyw-0002Ul-6D; Wed, 17 Jun 2020 12:15:54 +0000 Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jlWyu-0002UZ-Pw; Wed, 17 Jun 2020 12:15:53 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 0597F40AFD; Wed, 17 Jun 2020 09:15:50 -0300 (-03) Date: Wed, 17 Jun 2020 09:15:49 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Subject: Re: [PATCH v2 2/2] perf pmu: Improve CPU core PMU HW event list ordering Message-ID: <20200617121549.GA31085@kernel.org> References: <1592384514-119954-1-git-send-email-john.garry@huawei.com> <1592384514-119954-3-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Ian Rogers , Andi Kleen , Peter Zijlstra , will@kernel.org, John Garry , linuxarm@huawei.com, linux-kernel , Alexander Shishkin , Ingo Molnar , Jiri Olsa , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Wed, Jun 17, 2020 at 08:31:02PM +0900, Namhyung Kim escreveu: > On Wed, Jun 17, 2020 at 6:06 PM John Garry wrote: > > > > For perf list, the CPU core PMU HW event ordering is such that not all > > events may will be listed adjacent - consider this example: > > cstate_pkg/c6-residency/ [Kernel PMU event] > > cstate_pkg/c7-residency/ [Kernel PMU event] > > > > Signed-off-by: John Garry > > Acked-by: Namhyung Kim Thanks a lot, applied. - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74243C433E0 for ; Wed, 17 Jun 2020 12:15:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C02920786 for ; Wed, 17 Jun 2020 12:15:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592396154; bh=eTIu+JBzaERIp07e9iPTpVh8C+E7/qfsfgoKNKYyCHU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YqkP40ttPzE6BAdLA5lbldQ4YVAFyZw4CQ4Ufuya/BSj57irauz0I6IXvr8dyA4XW AP4Gj3vjOmSZrYvl+sevRl6pqdGeZadBu0XJbPYfUp8WpjnscoIpGH6A7j01rfSDEV Y423rOzkkJd0ljtSs7chslywO2Ga+UQ9iOCnkGNY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726313AbgFQMPx (ORCPT ); Wed, 17 Jun 2020 08:15:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:38372 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725901AbgFQMPw (ORCPT ); Wed, 17 Jun 2020 08:15:52 -0400 Received: from quaco.ghostprotocols.net (unknown [179.97.37.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2F2DC20776; Wed, 17 Jun 2020 12:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592396152; bh=eTIu+JBzaERIp07e9iPTpVh8C+E7/qfsfgoKNKYyCHU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bmrSdN7kohpP+c8wmW42SrPXtgpP5FlrWeaE588MMOVzmNHrh+LhhIZZO8JdKX2Vs csyaTyJEYdBcti6Pe8FIMWm+fkJ8BLLY/b9qcoo7QA/Co2NLj0cW/jcqoOdbGNZU3V B0DEUd/QS07Tcu/ZcB/PJ7U98ECYK41In425fryM= Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 0597F40AFD; Wed, 17 Jun 2020 09:15:50 -0300 (-03) Date: Wed, 17 Jun 2020 09:15:49 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: John Garry , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , will@kernel.org, linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com, Ian Rogers , Andi Kleen , linux-kernel Subject: Re: [PATCH v2 2/2] perf pmu: Improve CPU core PMU HW event list ordering Message-ID: <20200617121549.GA31085@kernel.org> References: <1592384514-119954-1-git-send-email-john.garry@huawei.com> <1592384514-119954-3-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jun 17, 2020 at 08:31:02PM +0900, Namhyung Kim escreveu: > On Wed, Jun 17, 2020 at 6:06 PM John Garry wrote: > > > > For perf list, the CPU core PMU HW event ordering is such that not all > > events may will be listed adjacent - consider this example: > > cstate_pkg/c6-residency/ [Kernel PMU event] > > cstate_pkg/c7-residency/ [Kernel PMU event] > > > > Signed-off-by: John Garry > > Acked-by: Namhyung Kim Thanks a lot, applied. - Arnaldo