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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3B82AC4332F for ; Mon, 13 Nov 2023 16:22:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Upuo885Buew2463y7bobtLIGkIT9/w08CvYP3mVhvZ0=; b=fCg4vF/pVruGy+ jjpysDVzxWxRxwtguU7tTt4vF+/nhbXCFZmGOIgeDA3l5PUlLQGB/l0j5lQ5HXemI7si5weip1rZG Mrh9ZxuIOLRioFjt3xfn8sQjaNC4CLLq/tgSzb2KmacAwPv45bWQTrginEtVUKkWHnNnAgq93hJ6w OzKgrtCWjV4NMdn7zgdDUd63nn9oEr/4upR/R4rTtO+y7j/fWlWCnXjwTlMGAL7c/hHKzeZXnlawU pjk4nD76LiXdmUPD+DXrxRLNY7S1vDhOyJ0V6jVRf8rfVxJ0Yi65L9GhQ7KeLEW7Sekfi5bcszFep 9LOtEJbDYER5/+QKquVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r2Zh0-00EJuf-2m; Mon, 13 Nov 2023 16:21:42 +0000 Received: from ex01.ufhost.com ([61.152.239.75]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r2Zgw-00EJtD-25 for linux-arm-kernel@lists.infradead.org; Mon, 13 Nov 2023 16:21:40 +0000 Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id CECE624DFC2; Tue, 14 Nov 2023 00:21:08 +0800 (CST) Received: from EXMBX172.cuchost.com (172.16.6.92) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 14 Nov 2023 00:21:08 +0800 Received: from localhost.localdomain (202.188.176.82) by EXMBX172.cuchost.com (172.16.6.92) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 14 Nov 2023 00:21:01 +0800 From: Ji Sheng Teoh To: CC: , , , , , , , , , , , Subject: Re: [PATCH 1/2] perf: starfive: Add StarLink PMU support Date: Tue, 14 Nov 2023 00:20:47 +0800 Message-ID: <20231113162047.2213725-1-jisheng.teoh@starfivetech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231113-grip-unstamped-7d5cb2e39d3e@squawk> References: <20231113-grip-unstamped-7d5cb2e39d3e@squawk> MIME-Version: 1.0 X-Originating-IP: [202.188.176.82] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX172.cuchost.com (172.16.6.92) X-YovoleRuleAgent: yovoleflag X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231113_082138_828070_576A5896 X-CRM114-Status: GOOD ( 12.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 13 Nov 2023 13:45:00 +0000 Conor Dooley wrote: > On Mon, Nov 13, 2023 at 12:22:30PM +0800, Ji Sheng Teoh wrote: > > > +config STARFIVE_STARLINK_PMU > > + depends on SOC_STARFIVE > > Please s/SOC/ARCH/ so I have one fewer instance to delete. Thanks Conor, will change to ARCH_STARFIVE in v2. > > > + bool "StarFive StarLink PMU" > > + help > > + Provide support for StarLink Performance Monitor Unit. > > + StarLink Performance Monitor Unit integrates one or > > more cores with > > + an L3 memory system. The L3 cache events are added into > > perf event > > + subsystem, allowing monitoring of various L3 cache perf > > events. > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel