From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 28 Oct 2015 15:16:40 +0000 Subject: [PATCH 1/2] arm: perf: Convert event enums to #defines In-Reply-To: <20151028151352.GD12239@dreric01-gentoo.localdomain> References: <20151028150758.GA12239@dreric01-gentoo.localdomain> <20151028151014.GC12239@dreric01-gentoo.localdomain> <20151028151352.GD12239@dreric01-gentoo.localdomain> Message-ID: <20151028151639.GD18966@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Oct 28, 2015 at 08:13:53AM -0700, Drew Richardson wrote: > On Wed, Oct 28, 2015 at 08:10:14AM -0700, Drew Richardson wrote: > > Add additional information about the ARM architected hardware events > > to make counters self describing. This makes the hardware PMUs easier > > to use as perf list contains possible events instead of users having > > to refer to documentation like the ARM TRMs. [...] > Sorry, I need to fix my email setup/git. This is 2/2 for the patch, > not 1/2. Your first patch also has a second header, so it doesn't apply. Will From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756060AbbJ1PQp (ORCPT ); Wed, 28 Oct 2015 11:16:45 -0400 Received: from foss.arm.com ([217.140.101.70]:34785 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754679AbbJ1PQo (ORCPT ); Wed, 28 Oct 2015 11:16:44 -0400 Date: Wed, 28 Oct 2015 15:16:40 +0000 From: Will Deacon To: Drew Richardson Cc: Mark Rutland , Russell King , Peter Zijlstra , Pawel Moll , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Ingo Molnar , Wade Cherry , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] arm: perf: Convert event enums to #defines Message-ID: <20151028151639.GD18966@arm.com> References: <20151028150758.GA12239@dreric01-gentoo.localdomain> <20151028151014.GC12239@dreric01-gentoo.localdomain> <20151028151352.GD12239@dreric01-gentoo.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151028151352.GD12239@dreric01-gentoo.localdomain> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 28, 2015 at 08:13:53AM -0700, Drew Richardson wrote: > On Wed, Oct 28, 2015 at 08:10:14AM -0700, Drew Richardson wrote: > > Add additional information about the ARM architected hardware events > > to make counters self describing. This makes the hardware PMUs easier > > to use as perf list contains possible events instead of users having > > to refer to documentation like the ARM TRMs. [...] > Sorry, I need to fix my email setup/git. This is 2/2 for the patch, > not 1/2. Your first patch also has a second header, so it doesn't apply. Will