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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 AC49BC06510 for ; Tue, 2 Jul 2019 15:54:17 +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 7F7DD2082F for ; Tue, 2 Jul 2019 15:54:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="agrWtzKt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7F7DD2082F 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=p5Q/mCjwp0xQB+v2ShUeg65MpfFBDy5XjDqT05ICvs4=; b=agrWtzKtDaaR8d vRENKLRs56LM9sTuxk2wDUMSoMjmnofC2M05rkBAIvT6NeUdH5qm+a2s29gAYXLLBZ1HKfRThy6wT /otIG4pU6Ke7r355yIlf9KsSte4Q8IGDdKI38VgykxyUH00J90GU+LdHDEOf7QA9BUBtScSZZyGEB PNcApMq3jP7qGuQfRho/9bneIg8w9+GW4h0s9JIzanker4QrpCujDToKJFA2BuyVoC88wle0SM4ih MuOZ1dYO1wqv2u1H8fCLKdCwBtTgERArvsz9WIpL0tW1BMF28nKpIW172guVdXAJhOy1gW/2jzbwX 1FfpSPM8LDl4vcT2EqzQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hiL6l-0004jE-Bn; Tue, 02 Jul 2019 15:54:15 +0000 Received: from [179.97.35.11] (helo=quaco.ghostprotocols.net) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hiL6F-0004Jc-Le; Tue, 02 Jul 2019 15:53:44 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 8279841153; Tue, 2 Jul 2019 12:53:40 -0300 (-03) Date: Tue, 2 Jul 2019 12:53:40 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Subject: Re: [PATCH v3 0/4] Perf uncore PMU event alias support for Hisi hip08 ARM64 platform Message-ID: <20190702155340.GE15462@kernel.org> References: <1561732552-143038-1-git-send-email-john.garry@huawei.com> <20190628145406.GA22863@krava> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190628145406.GA22863@krava> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.11.3 (2019-02-01) 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@arm.com, tmricht@linux.ibm.com, ak@linux.intel.com, mathieu.poirier@linaro.org, peterz@infradead.org, John Garry , will.deacon@arm.com, linux-kernel@vger.kernel.org, linuxarm@huawei.com, zhangshaokun@hisilicon.com, alexander.shishkin@linux.intel.com, mingo@redhat.com, brueckner@linux.ibm.com, namhyung@kernel.org, ben@decadent.org.uk, linux-arm-kernel@lists.infradead.org, kan.liang@linux.intel.com 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 Fri, Jun 28, 2019 at 04:54:06PM +0200, Jiri Olsa escreveu: > On Fri, Jun 28, 2019 at 10:35:48PM +0800, John Garry wrote: > > This patchset adds support for uncore PMU event aliasing for HiSilicon > > hip08 ARM64 platform. > > > > We can now get proper event description for uncore events for the > > perf tool. > > > > For HHA, DDRC, and L3C JSONs, we don't have all the event info yet, so > > I will seek it out to update the JSONs later. > > > > Changes to v3: > > - Omit "perf pmu: Fix uncore PMU alias list for ARM64", as it has already > > been picked up > > - Add comment for pmu_uncore_alias_match() > > Acked-by: Jiri Olsa Thanks, 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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 84D05C06510 for ; Tue, 2 Jul 2019 15:53:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 589222146F for ; Tue, 2 Jul 2019 15:53:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="sBut9G4D" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727260AbfGBPxs (ORCPT ); Tue, 2 Jul 2019 11:53:48 -0400 Received: from mail-qk1-f194.google.com ([209.85.222.194]:45897 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727227AbfGBPxo (ORCPT ); Tue, 2 Jul 2019 11:53:44 -0400 Received: by mail-qk1-f194.google.com with SMTP id s22so14499510qkj.12 for ; Tue, 02 Jul 2019 08:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=BxB9Tl2bXtJ3atZnYg8/Qz4JqG30kxmg1I7DaT0xgrs=; b=sBut9G4DQmYqBK8Lwl+wBqQHZ8JeuTwdzjcNohb+f16pi0PjIFqpOgIjPkRI8rP7Dc cygwa4+ewYavgxgJ5rFjMFmFlrdIf8fcMDAfiU/lXVizLjAejFlsqponEABJmE3vQIUw 3zV9cP6mtuybyBO3UhBt+Kkf4yCQe8F6gmiI6MAigy64gVtbyxuOoi8yPU3eWHPijXS8 njsE4NINjRx2ItShIAcOsa17HAi9D862aPX2O+nMlXjyd3QlmwFYZdW3v3hICPwTiru+ e/jB9bx4Rn6SVFMx0oOf3Caolf4ADxfh2+jjBwfKPAp0zIZXOS+lCA89/8X9wx7yZO0U jNPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=BxB9Tl2bXtJ3atZnYg8/Qz4JqG30kxmg1I7DaT0xgrs=; b=jOHOa0i2rybvmSFE/iqfeHs617MWOHzkfMWsG/MwmrK30Wvlu0WelH37xPdqvPhw96 kzHBz5rBF+PtGktQoOX8nkYHlzU/P/uREgDUPw6P+NCVMTjJ5YZYuNw31J4wHs1tJ3Eo emd8hS9QjbAj7AUAaWNeEg26QsYUyNTv+qgIcjux9K3pYFy68iwJ9gO27WvuwgGCxOAg QA1bG8sIpQntc4M8TSlS8a8pFc/wRpPuoQVsU19Gpdm/vPqSYZeTzqlTssjN3MHwf0KC WH6FhIoHvzx1UFfiztfE5jlC8X4QbI2iyf6gJx9N03SG1w1mHZ/F2eqlqzLZAUZ3CsFs GpGQ== X-Gm-Message-State: APjAAAWYbWm//w/r9PC3fn7ENmCeIyZOIqhsowWKj+Ldwf4evyP8G+M1 UEx3ifTlw88lAKVIdF7ggFg= X-Google-Smtp-Source: APXvYqzGuDinmE4cVK+0aPZLo2+/8f40722qYF66Je1Q5D0ovm5p0O47bSOE7a0RL58cyE1qJlnOAA== X-Received: by 2002:ae9:c108:: with SMTP id z8mr24722879qki.57.1562082823281; Tue, 02 Jul 2019 08:53:43 -0700 (PDT) Received: from quaco.ghostprotocols.net ([179.97.35.11]) by smtp.gmail.com with ESMTPSA id m4sm5986120qka.70.2019.07.02.08.53.42 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 02 Jul 2019 08:53:42 -0700 (PDT) From: Arnaldo Carvalho de Melo X-Google-Original-From: Arnaldo Carvalho de Melo Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 8279841153; Tue, 2 Jul 2019 12:53:40 -0300 (-03) Date: Tue, 2 Jul 2019 12:53:40 -0300 To: Jiri Olsa Cc: John Garry , peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, namhyung@kernel.org, tmricht@linux.ibm.com, brueckner@linux.ibm.com, kan.liang@linux.intel.com, ben@decadent.org.uk, mathieu.poirier@linaro.org, mark.rutland@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, linuxarm@huawei.com, linux-arm-kernel@lists.infradead.org, zhangshaokun@hisilicon.com, ak@linux.intel.com Subject: Re: [PATCH v3 0/4] Perf uncore PMU event alias support for Hisi hip08 ARM64 platform Message-ID: <20190702155340.GE15462@kernel.org> References: <1561732552-143038-1-git-send-email-john.garry@huawei.com> <20190628145406.GA22863@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190628145406.GA22863@krava> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Jun 28, 2019 at 04:54:06PM +0200, Jiri Olsa escreveu: > On Fri, Jun 28, 2019 at 10:35:48PM +0800, John Garry wrote: > > This patchset adds support for uncore PMU event aliasing for HiSilicon > > hip08 ARM64 platform. > > > > We can now get proper event description for uncore events for the > > perf tool. > > > > For HHA, DDRC, and L3C JSONs, we don't have all the event info yet, so > > I will seek it out to update the JSONs later. > > > > Changes to v3: > > - Omit "perf pmu: Fix uncore PMU alias list for ARM64", as it has already > > been picked up > > - Add comment for pmu_uncore_alias_match() > > Acked-by: Jiri Olsa Thanks, applied. - Arnaldo