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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B7BDC4321E for ; Tue, 29 Nov 2022 11:10:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232563AbiK2LK4 (ORCPT ); Tue, 29 Nov 2022 06:10:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232635AbiK2LKy (ORCPT ); Tue, 29 Nov 2022 06:10:54 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CE90BBA; Tue, 29 Nov 2022 03:10:50 -0800 (PST) Received: from canpemm500009.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4NM00707Q0zqSjv; Tue, 29 Nov 2022 19:06:47 +0800 (CST) Received: from [10.67.102.169] (10.67.102.169) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 29 Nov 2022 19:10:48 +0800 CC: , , , , , , , , , , Jonathan Corbet , , Subject: Re: [PATCH v3 0/4] Add TLP filter support and some fixes for HiSilicon PCIe PMU To: Will Deacon , Mark Rutland , Shaokun Zhang References: <20221117084136.53572-1-yangyicong@huawei.com> From: Yicong Yang Message-ID: Date: Tue, 29 Nov 2022 19:10:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: <20221117084136.53572-1-yangyicong@huawei.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.102.169] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org a gentle ping for this... On 2022/11/17 16:41, Yicong Yang wrote: > From: Yicong Yang > > HiSilicon PCIe PMU support count the bandwidth of TLP headers, TLP payloads > or both. Add support for it. User can set this through perf tool's > 'len_mode' like: > > $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,len_mode=0x1/ sleep 5 > > Also includes fixes and improvement of both driver and documentation in this > series. > > Change since v2: > - Take Patch 3 advance in the series and drop the fix tag, Per Jonathan > - Add tags from Jonathan for Patch 3-4, Thanks. > Link: https://lore.kernel.org/lkml/20221110085109.45227-2-yangyicong@huawei.com/ > > Change since v1: > - Refine the documentation per Jonathan and Bagas > - Collect tags from Jonathan. Thanks. > Link: https://lore.kernel.org/lkml/20221025113242.58271-1-yangyicong@huawei.com/ > > Bagas Sanjaya (1): > Documentation: perf: Indent filter options list of hisi-pcie-pmu > > Yicong Yang (3): > drivers/perf: hisi: Fix some event id for hisi-pcie-pmu > docs: perf: Fix PMU instance name of hisi-pcie-pmu > drivers/perf: hisi: Add TLP filter support > > .../admin-guide/perf/hisi-pcie-pmu.rst | 112 +++++++++++------- > drivers/perf/hisilicon/hisi_pcie_pmu.c | 22 +++- > 2 files changed, 85 insertions(+), 49 deletions(-) >