From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679AbdK0KGM (ORCPT ); Mon, 27 Nov 2017 05:06:12 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:11429 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751528AbdK0KGL (ORCPT ); Mon, 27 Nov 2017 05:06:11 -0500 Subject: Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files To: Will Deacon , Ganapatrao Kulkarni References: <20171016183222.25750-1-ganapatrao.kulkarni@cavium.com> <20171107012355.GC13514@arm.com> CC: , , , , , , , , , , , , , Linuxarm From: John Garry Message-ID: Date: Mon, 27 Nov 2017 10:04:52 +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: <20171107012355.GC13514@arm.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.238] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090202.5A1BE361.00A7,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 3e1449f3427ef99f8be1852f7ad899ec Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/11/2017 01:23, Will Deacon wrote: > Hi Arnaldo, > > On Tue, Oct 17, 2017 at 12:02:17AM +0530, Ganapatrao Kulkarni wrote: >> Extending json/jevent framework for parsing arm64 event files. >> Adding jevents for ThunderX2 implementation defined PMU events. >> >> v9: >> - Rebased to [3] and resolved conficts in PATCH 1/5 and reworked PATCH 3/5. >> - Added PATCH 5 to fix segmentation fault in perf_pmu__find_map >> >> [3] https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=perf/core > > I'm happy with this version of the series (it's all Acked now), so would you > be able to pick it up for mainline, please? > > Cheers, > So this patchset has not been merged. We have a patchset waiting for HiSilicon hip08 support, which includes the requested feature for the ARM64 IMP DEFINED recommended events refactoring-out. We can send our hip08 patchset now as an RFC, based in this patchset. Depending on the comments and general acceptance of the approaches, it may be appropriate to merge the patchsets (or at least merge the refactoring part). Thanks, John > Will > > . > From mboxrd@z Thu Jan 1 00:00:00 1970 From: john.garry@huawei.com (John Garry) Date: Mon, 27 Nov 2017 10:04:52 +0000 Subject: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files In-Reply-To: <20171107012355.GC13514@arm.com> References: <20171016183222.25750-1-ganapatrao.kulkarni@cavium.com> <20171107012355.GC13514@arm.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/11/2017 01:23, Will Deacon wrote: > Hi Arnaldo, > > On Tue, Oct 17, 2017 at 12:02:17AM +0530, Ganapatrao Kulkarni wrote: >> Extending json/jevent framework for parsing arm64 event files. >> Adding jevents for ThunderX2 implementation defined PMU events. >> >> v9: >> - Rebased to [3] and resolved conficts in PATCH 1/5 and reworked PATCH 3/5. >> - Added PATCH 5 to fix segmentation fault in perf_pmu__find_map >> >> [3] https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=perf/core > > I'm happy with this version of the series (it's all Acked now), so would you > be able to pick it up for mainline, please? > > Cheers, > So this patchset has not been merged. We have a patchset waiting for HiSilicon hip08 support, which includes the requested feature for the ARM64 IMP DEFINED recommended events refactoring-out. We can send our hip08 patchset now as an RFC, based in this patchset. Depending on the comments and general acceptance of the approaches, it may be appropriate to merge the patchsets (or at least merge the refactoring part). Thanks, John > Will > > . >