Received: by 10.223.185.116 with SMTP id b49csp8388481wrg; Fri, 2 Mar 2018 00:26:44 -0800 (PST) X-Google-Smtp-Source: AG47ELsYcExKLYlAfY1dNoRXFvZWkzSAY4JH0qwN2nVFMk92aFTOpsiAwtTZWn5WxXiTaN/UTLY1 X-Received: by 10.101.86.73 with SMTP id m9mr4004653pgs.70.1519979203926; Fri, 02 Mar 2018 00:26:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519979203; cv=none; d=google.com; s=arc-20160816; b=iC+cdLtm/bEDrpUMIwVRuPaWd6dBFzIoaN5z0FZ6ThM6XeA2o2ce2PI8lokfrwgb2m HtIIr+xlP2s3YK4c6qMRHWAZV8lEXTmX/W+1HMch1IfrD+TFs98Vk9eefDr/Nu9SNEE6 urtJZ+wKUIqju559oPK1Ct/EYc3k9irdWuFr6sIIsHPMg18pXOsX/6Xo1T99XELLkrLH nEFFC03OQN9QLEXuyI8hRnNSy/JREKBxE9WtSKBo/1GZmQTOgATdZupV4X43zN/XPfOk rPc3oDhme/8GeNtpBi8LK5S2ILMLChUAjn1NLmcHsRrzYMqmN+cFjXDOF3qTSEYm5FMl DUEw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:to:cc:references :subject:arc-authentication-results; bh=eUIQzUZt380CTcjYCdrKg3r710MdEETRS1efWV4kL1M=; b=Uly0ZRjk5mQc0W2cbMxga7rB0pnsdePlwC5HXXCOxoF551pHiKHGOnHN5hEaxbGZ4W dLzalMnjLiC/QlY8BQGVInh6KgRk8bdhxL/aUGaTdgVmtCIDG48xjyfNJaMvESrJS3Z9 9O1Qcf/mCN1S95vS00LLxAf7PBWjcTAAxX5xk9Yep81Dy7upOOwE8TlJrZ6zVmO2XJSM +jGaxHOjwYpuC4y41I1iuc426sFpfzH+5G0ksXgdFO4DE4/pzBka8t0CtCrHcHCMv2V9 UX0meQ4DdSzezACe/W5d1bX3b91U8rnrq01LG57RKHWIn059khfBamSn3KGEFlzoj87H 5lEw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e7-v6si4412548plk.133.2018.03.02.00.26.29; Fri, 02 Mar 2018 00:26:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422908AbeCBIY4 (ORCPT + 99 others); Fri, 2 Mar 2018 03:24:56 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:5723 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1422781AbeCBIYy (ORCPT ); Fri, 2 Mar 2018 03:24:54 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 19E936B1FC277; Fri, 2 Mar 2018 16:24:40 +0800 (CST) Received: from [127.0.0.1] (10.47.89.34) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.361.1; Fri, 2 Mar 2018 16:24:34 +0800 Subject: Re: [PATCH v2 00/11] perf events patches for improved ARM64 support References: <1519401932-205051-1-git-send-email-john.garry@huawei.com> <20180227095028.GG21033@krava> CC: Jiri Olsa , , , , , , , , , , , To: , From: John Garry Message-ID: <6250a69e-71ab-5119-cc3f-7e2661aa8c0b@huawei.com> Date: Fri, 2 Mar 2018 08:24:23 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20180227095028.GG21033@krava> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.47.89.34] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/02/2018 09:50, Jiri Olsa wrote: > On Sat, Feb 24, 2018 at 12:05:21AM +0800, John Garry wrote: >> This patchset adds support for some perf events features, >> targeted at ARM64, implemented in a generic fashion. >> >> The two main features are as follows: >> - support for arch/vendor/platform pmu events directory structure >> - to support this, topic subdirectory support needs to be dropped >> - support for parsing standard architecture pmu events >> >> On the back of these, the Cavium ThunderX2, ARM Cortex-A53, >> and HiSilicon hip08 JSONs are relocated/added/updated. >> >> In addition, there is a patch to drop mutli-mapfile.csv support and >> also a bugfix in jevents.c for an error code value. >> >> Differences to v1: >> - Address coding issues from Jiri Olsa in adding arch std event >> support (https://lkml.org/lkml/2018/2/6/501) >> - add patch to drop topic subdirectory support >> - add patch for bug fix in json_events() >> - add review tags from Jiri Olsa > > can't tell if those json file changes are ok, but for all the code changes: > Hi William, Ganapatrao, Can you check the modifications to the ARM64 JSONs you originally submitted in the patchset please? If they are not checked, I'll have to see if the maintainers will accept without your review. If not, I'll have to drop them. Thanks, John > Acked-by: Jiri Olsa > > thanks, > jirka > > . >