From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753934AbbE1LnU (ORCPT ); Thu, 28 May 2015 07:43:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51497 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753107AbbE1LnO (ORCPT ); Thu, 28 May 2015 07:43:14 -0400 Date: Thu, 28 May 2015 13:43:08 +0200 From: Jiri Olsa To: Sukadev Bhattiprolu Cc: mingo@redhat.com, ak@linux.intel.com, Michael Ellerman , Arnaldo Carvalho de Melo , Paul Mackerras , namhyung@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/10] perf: Add support for PMU events in JSON format Message-ID: <20150528114308.GC12392@krava.redhat.com> References: <1432761809-4344-1-git-send-email-sukadev@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432761809-4344-1-git-send-email-sukadev@linux.vnet.ibm.com> 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, May 27, 2015 at 02:23:19PM -0700, Sukadev Bhattiprolu wrote: SNIP > - All known events tables for the architecture are included in the > perf binary. > > - Inconsistencies between the JSON files and the mapfile can result > in build failures in perf (although jevents try to recover from > some and continue the build by leaving out event aliases). > > - For architectures that don't have any JSON files, an empty mapping > table is created and they should continue to build) > > Thanks to input from Andi Kleen, Jiri Olsa, Namhyung Kim and Ingo Molnar. > > These patches are available from > > git@github.com:sukadev/linux.git #branch json-v11 found it publicly accessable/clone-able under: https://github.com/sukadev/linux.git jirka