Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753627AbbFCKcw (ORCPT ); Wed, 3 Jun 2015 06:32:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36244 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754376AbbFCKcf (ORCPT ); Wed, 3 Jun 2015 06:32:35 -0400 Date: Wed, 3 Jun 2015 12:32:30 +0200 From: Jiri Olsa To: Sukadev Bhattiprolu Cc: mingo@redhat.com, ak@linux.intel.com, Michael Ellerman , Arnaldo Carvalho de Melo , namhyung@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v13 12/14] perf, tools: Add support for event list topics Message-ID: <20150603103229.GK1828@krava.redhat.com> References: <1433265135-20426-1-git-send-email-sukadev@linux.vnet.ibm.com> <1433265135-20426-13-git-send-email-sukadev@linux.vnet.ibm.com> <20150602191641.GA3978@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150602191641.GA3978@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 Content-Length: 1344 Lines: 34 On Tue, Jun 02, 2015 at 12:16:41PM -0700, Sukadev Bhattiprolu wrote: SNIP > [Speculative and retired macro-conditional branches] > br_inst_exec.all_direct_jmp > [Speculative and retired macro-unconditional branches excluding calls and indirects] > br_inst_exec.all_direct_near_call > [Speculative and retired direct near calls] > br_inst_exec.all_indirect_jump_non_call_ret > > Signed-off-by: Andi Kleen > Signed-off-by: Sukadev Bhattiprolu > > Changelog[v2] > Dropped an unnecessary patch before this and fixed resulting > conflicts in tools/perf/util/pmu.c > --- > tools/perf/pmu-events/jevents.c | 16 +++++++++++----- > tools/perf/pmu-events/jevents.h | 3 ++- > tools/perf/pmu-events/pmu-events.h | 1 + > tools/perf/util/pmu.c | 34 ++++++++++++++++++++++++---------- > tools/perf/util/pmu.h | 1 + > 5 files changed, 39 insertions(+), 16 deletions(-) please split at least the jevents Topic parsing from the rest idelay also the alias update and the display change jirka -- 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/