From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbbFAIwk (ORCPT ); Mon, 1 Jun 2015 04:52:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37154 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751586AbbFAIwc (ORCPT ); Mon, 1 Jun 2015 04:52:32 -0400 Date: Mon, 1 Jun 2015 10:52:26 +0200 From: Jiri Olsa To: Sukadev Bhattiprolu Cc: Andi Kleen , Ingo Molnar , acme@kernel.org, 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: <20150601085226.GA19893@krava.redhat.com> References: <1433088696-15491-1-git-send-email-andi@firstfloor.org> <20150601033310.GA1503@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150601033310.GA1503@us.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 Sun, May 31, 2015 at 08:33:10PM -0700, Sukadev Bhattiprolu wrote: > 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 make also one merged branch and advertise it in the patchset.. so people can do just single checkout and try the code with data files thanks, jirka