From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754741AbbFADd5 (ORCPT ); Sun, 31 May 2015 23:33:57 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:45184 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078AbbFADdu (ORCPT ); Sun, 31 May 2015 23:33:50 -0400 Date: Sun, 31 May 2015 20:33:10 -0700 From: Sukadev Bhattiprolu To: Andi Kleen , Ingo Molnar Cc: acme@kernel.org, jolsa@redhat.com, namhyung@kernel.org, eranian@google.com, linux-kernel@vger.kernel.org, mingo@kernel.org Subject: Re: More updates for event lists in perf list Message-ID: <20150601033310.GA1503@us.ibm.com> References: <1433088696-15491-1-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433088696-15491-1-git-send-email-andi@firstfloor.org> X-Operating-System: Linux 2.0.32 on an i486 User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15060103-0009-0000-0000-00000B4DF0DA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andi Kleen [andi@firstfloor.org] wrote: | This adds support for the event topics that Ingo requested, and | replaces the earlier event group patch. JSON files now have a Topic | header that is used by perf list to group events. | | This applies on top of Sukadev's patchkit. In addition | the Intel events also need to be pulled from | | git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git perf/intel-json-files-3 I addressed comments, rebased to Arnaldo's tree and pushed all patches to: https://github.com/sukadev/linux.git Branches: json-v12 (code only) json-files-3 (x86 and powerpc data files only) Please let me know if they work for you. I will email the patches for the code in a day or so. Sukadev