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=-9.1 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 47A50C433F5 for ; Sun, 5 Sep 2021 09:36:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E33B60EE6 for ; Sun, 5 Sep 2021 09:36:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236974AbhIEJhj (ORCPT ); Sun, 5 Sep 2021 05:37:39 -0400 Received: from mga12.intel.com ([192.55.52.136]:54823 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231977AbhIEJhi (ORCPT ); Sun, 5 Sep 2021 05:37:38 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10097"; a="199295143" X-IronPort-AV: E=Sophos;i="5.85,269,1624345200"; d="scan'208";a="199295143" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Sep 2021 02:36:35 -0700 X-IronPort-AV: E=Sophos;i="5.85,269,1624345200"; d="scan'208";a="535871124" Received: from yjin15-mobl1.ccr.corp.intel.com (HELO [10.249.168.84]) ([10.249.168.84]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Sep 2021 02:36:31 -0700 Subject: Re: [PATCH v7 1/2] perf pmu: Add PMU alias support To: Arnaldo Carvalho de Melo Cc: jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, Linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com, rickyman7@gmail.com, john.garry@huawei.com, Kan Liang References: <20210902065955.1299-1-yao.jin@linux.intel.com> <20210902065955.1299-2-yao.jin@linux.intel.com> From: "Jin, Yao" Message-ID: Date: Sun, 5 Sep 2021 17:36:28 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnaldo, On 9/3/2021 7:52 PM, Arnaldo Carvalho de Melo wrote: > Please take a look at my tmp.perf/core branch, it has the patch below > and the test one plus what I'm about to push to Linus. > > - Arnaldo I've pulled tmp.perf/core branch and checked the patch. It looks good to me. Thanks Jin Yao