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