From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758467AbdJMNEs (ORCPT ); Fri, 13 Oct 2017 09:04:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:35794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758103AbdJMNEq (ORCPT ); Fri, 13 Oct 2017 09:04:46 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E07D21872 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Fri, 13 Oct 2017 10:04:43 -0300 From: Arnaldo Carvalho de Melo To: Will Deacon Cc: Ganapatrao Kulkarni , mark.rutland@arm.com, Ganapatrao Kulkarni , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, alexander.shishkin@linux.intel.com, peterz@infradead.org, mingo@redhat.com, jnair@caviumnetworks.com, Zhangshaokun , Jonathan.Cameron@huawei.com, Robert Richter Subject: Re: [PATCH v8 0/4] Add support for ThunderX2 pmu events using json files Message-ID: <20171013130442.GK3503@kernel.org> References: <20171012141116.32475-1-ganapatrao.kulkarni@cavium.com> <20171012152402.GC5614@arm.com> <20171013091141.GA11429@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171013091141.GA11429@arm.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Oct 13, 2017 at 10:11:42AM +0100, Will Deacon escreveu: > On Thu, Oct 12, 2017 at 10:54:50PM +0530, Ganapatrao Kulkarni wrote: > > On Thu, Oct 12, 2017 at 8:54 PM, Will Deacon wrote: > > > On Thu, Oct 12, 2017 at 07:41:12PM +0530, Ganapatrao Kulkarni wrote: > > >> Extending json/jevent framework for parsing arm64 event files. > > >> Adding jevents for ThunderX2 implementation defined PMU events. > > >> > > >> v8: > > >> - Rename thunderx2 directory to cavium > > > > > > For the series: > > > > > > Acked-by: Will Deacon > > > > thanks. > > > > > > Although note that this conflicts against a queued fix from Mark[1], so > > > you'll need to rebase on top of that. > > > > sure, will do. > > may i know the branch/repo which i can rebase to? > > Arnaldo said he was going to apply it to his perf/urgent branch [1], It is already in tip/perf/urgent, on its way to Linus: [acme@jouet linux]$ git log -7 --oneline tip/perf/urgent 47a74bdcbfef (HEAD -> perf/urgent, tip/perf/urgent) Merge tag 'perf-urgent-for-mingo-4.14-20171010' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent 629eb703d3e4 perf/x86/intel/uncore: Fix memory leaks on allocation failures e6a5203399d1 perf/core: Fix cgroup time when scheduling descendants df0062b27ebf perf/core: Avoid freeing static PMU contexts when PMU is unregistered aa7b4e02b328 (tag: perf-urgent-for-mingo-4.14-20171010) tools include uapi bpf.h: Sync kernel ABI header with tooling header 66ec11919a0f perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU e9516c0813ae (tag: perf-urgent-for-mingo-4.14-20171006, acme/perf/urgent, acme.korg/perf/urgent) perf script: Add missing separator for "-F ip,brstack" (and brstackoff) [acme@jouet linux]$ > although I can't spot it there yet. I'm also not sure whether that's the > right thing on which to base 4.15 material. Arnaldo -- what's the best > thing to do here? I'll read about the json bits now. > Cheers, > > Will > > [1] http://lkml.kernel.org/r/20171009190000.GL2121@redhat.com