Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755952AbbHZQnL (ORCPT ); Wed, 26 Aug 2015 12:43:11 -0400 Received: from foss.arm.com ([217.140.101.70]:46012 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751608AbbHZQnJ (ORCPT ); Wed, 26 Aug 2015 12:43:09 -0400 Date: Mon, 17 Aug 2015 13:58:09 -0700 From: Drew Richardson To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Will Deacon , Russell King , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Cc: Wade Cherry Subject: Re: [PATCH] arm: perf: Add event descriptions Message-ID: <20150817205809.GA16506@dreric01-gentoo.localdomain> References: <20150804001522.GA13214@dreric01-gentoo.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150804001522.GA13214@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 Content-Length: 923 Lines: 23 On Tue, Aug 04, 2015 at 01:15:23AM +0100, Drew Richardson wrote: > Add additional information about hardware events to make counters self > describing. This makes the hardware PMUs easier to use as perf list > contains the possible events instead of users having to refer to > documentation like the ARM TRMs. This could also allow tools like > oprofile to support PMUs without requiring an update. > > Signed-off-by: Drew Richardson > --- > arch/arm/kernel/perf_event.c | 1 + > arch/arm/kernel/perf_event_v7.c | 617 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 618 insertions(+) Any concerns with merging this? Thanks, Drew -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/