From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752768AbbFBTWk (ORCPT ); Tue, 2 Jun 2015 15:22:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50637 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752079AbbFBTUA (ORCPT ); Tue, 2 Jun 2015 15:20:00 -0400 Date: Tue, 2 Jun 2015 20:46:36 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , lkml , Peter Zijlstra , Paul Mackerras , David Ahern , Namhyung Kim , Ingo Molnar , Andi Kleen , Stephane Eranian Subject: Re: [PATCH 1/9] perf tools: Add nameid value into evsel object Message-ID: <20150602184636.GD25636@krava.redhat.com> References: <1433199603-20082-1-git-send-email-jolsa@kernel.org> <1433199603-20082-2-git-send-email-jolsa@kernel.org> <20150602181056.GR624@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150602181056.GR624@kernel.org> 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 Tue, Jun 02, 2015 at 03:10:56PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jun 02, 2015 at 12:59:55AM +0200, Jiri Olsa escreveu: > > Adding a way to tag an evsel object with ID value based > > on its name. It will be used for transaction events, > > but could be useful for others. > > For what? Can you ellaborate? Just by looking at this commit message I > can't figure out the value of this patch :-\ > > - Arnaldo > > > This way we can identify transactions events and get rid > > of the current position based way we use. well, right here ^^^ to get rid of getting ID of transaction events based on their possition in evlist jirka