From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752653AbeB0KEC (ORCPT ); Tue, 27 Feb 2018 05:04:02 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:5676 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751900AbeB0KEA (ORCPT ); Tue, 27 Feb 2018 05:04:00 -0500 Subject: Re: [PATCH v2 00/11] perf events patches for improved ARM64 support To: Jiri Olsa References: <1519401932-205051-1-git-send-email-john.garry@huawei.com> <20180227095028.GG21033@krava> CC: , , , , , , , , , , , , From: John Garry Message-ID: <057da936-8a4b-050a-6eb7-029965b8f6aa@huawei.com> Date: Tue, 27 Feb 2018 10:03:33 +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.202.227.238] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org 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: > OK, I need Ganapatrao, William, and ARM64 kernel team/experts to check the JSONS. Thanks very much, John > Acked-by: Jiri Olsa > > thanks, > jirka > > . >