Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDC32C433EF for ; Wed, 15 Dec 2021 12:53:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242623AbhLOMxm (ORCPT ); Wed, 15 Dec 2021 07:53:42 -0500 Received: from frasgout.his.huawei.com ([185.176.79.56]:4284 "EHLO frasgout.his.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232543AbhLOMxk (ORCPT ); Wed, 15 Dec 2021 07:53:40 -0500 Received: from fraeml714-chm.china.huawei.com (unknown [172.18.147.206]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4JDZnR0k02z6H74V; Wed, 15 Dec 2021 20:49:15 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml714-chm.china.huawei.com (10.206.15.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 15 Dec 2021 13:53:38 +0100 Received: from [10.47.93.135] (10.47.93.135) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 15 Dec 2021 12:53:37 +0000 From: John Garry Subject: Re: [RFC PATCH 1/1] perf arm64: Implement --topdown with metrics To: Andrew Kilroy , Ian Rogers CC: , , , Will Deacon , Mathieu Poirier , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , "Namhyung Kim" , References: <4c375d34-bf20-496d-22fc-aed8597126e2@huawei.com> <20211214184240.24215-1-andrew.kilroy@arm.com> <20211214184240.24215-2-andrew.kilroy@arm.com> Message-ID: <0a14914c-063d-f9ae-be49-ae9cc6aa7ff1@huawei.com> Date: Wed, 15 Dec 2021 12:53:16 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.47.93.135] X-ClientProxiedBy: lhreml734-chm.china.huawei.com (10.201.108.85) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> In addition we could also add a --topdown arg to force using JSON >> metricgroups. >> > > What arg do think would be supplied? something like -json or -metricgroup, meaning "Use pmu-events metric events to calculate topdown results rather than kernel CPU PMU events. This is default fallback if the kernel CPU PMU does not support topdown events" > >> Did you actually test this patch? I have something experimental >> working from some time ago, and it was more complicated than this. I >> need to check the code again... >> > > I got stats back from this implementation, yes.  Let me know if there's > things my patch isn't catering for. I'll give it a spin... Thanks, John