From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754613AbbFKNJZ (ORCPT ); Thu, 11 Jun 2015 09:09:25 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:36774 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbbFKNJR (ORCPT ); Thu, 11 Jun 2015 09:09:17 -0400 Date: Thu, 11 Jun 2015 22:07:40 +0900 From: Namhyung Kim To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , Jiri Olsa , lkml , Adrian Hunter , Andi Kleen , David Ahern , Ingo Molnar , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 06/25] perf tools: Propagate thread maps through the evlist Message-ID: <20150611130740.GA31117@danjae.kornet> References: <1433959858-31858-1-git-send-email-jolsa@kernel.org> <1433959858-31858-7-git-send-email-jolsa@kernel.org> <20150610190932.GG3332@kernel.org> <20150610202513.GG6803@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150610202513.GG6803@krava.redhat.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiri, On Wed, Jun 10, 2015 at 10:25:13PM +0200, Jiri Olsa wrote: > On Wed, Jun 10, 2015 at 04:09:32PM -0300, Arnaldo Carvalho de Melo wrote: > > Em Wed, Jun 10, 2015 at 08:10:39PM +0200, Jiri Olsa escreveu: > > > Propagate evlist's thread_map object through all the > > > evsel objects. > > > > > > It'll be handy to access evsel's threads directly > > > in following patches. > > > > Handy in what way? I.e. I should know one example without having to look > > at future patches ;-) > > there's no link to evlist which hold threads map now, > and it's not always available.. I'll update the changelog > in v2 What about adding a link to evlist in evsel then? Thanks, Namhyung