From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964895AbaCTOpL (ORCPT ); Thu, 20 Mar 2014 10:45:11 -0400 Received: from merlin.infradead.org ([205.233.59.134]:40771 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964883AbaCTOpH (ORCPT ); Thu, 20 Mar 2014 10:45:07 -0400 Date: Thu, 20 Mar 2014 11:44:56 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Don Zickus , Adrian Hunter , Ingo Molnar , linux-kernel@vger.kernel.org, Stephane Eranian Subject: Re: [PATCH 06/13] perf tools: Use tid in mmap/mmap2 events to find maps Message-ID: <20140320144456.GE3585@infradead.org> References: <1395177965-8879-1-git-send-email-acme@infradead.org> <1395177965-8879-7-git-send-email-acme@infradead.org> <532943A2.7040407@intel.com> <20140319131945.GW25953@redhat.com> <20140319133025.GF1449@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140319133025.GF1449@krava.brq.redhat.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) X-SRS-Rewrite: SMTP reverse-path rewritten from by merlin.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Mar 19, 2014 at 02:30:25PM +0100, Jiri Olsa escreveu: > On Wed, Mar 19, 2014 at 09:19:45AM -0400, Don Zickus wrote: > > On Wed, Mar 19, 2014 at 09:13:38AM +0200, Adrian Hunter wrote: > > > On 18.03.2014 23:25, Arnaldo Carvalho de Melo wrote: > > > > From: Don Zickus > > > > > > > > Now that we can properly synthesize threads system-wide, make sure the > > > > mmap and mmap2 events use tids instead of pids to locate their maps. > > > > > > This is a good change but it cannot go yet because it is dependent on Jiri's > > > "perf tools: Share map groups within process" series. > > > > No it isn't. :-) Commit bfd66cc71a3f831ba7c2116d79416cfb8883f6cf is the > > reason why. It synthesizes thread events to make this work correctly. > > ok, I haven't realized this one was pulled in as well ;-) > it's ok then.. > > Arnaldo, I'll rebase the perf/core_mmaps (shared map groups) to your > latest perf/core Thanks!