From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753394AbbIHG5R (ORCPT ); Tue, 8 Sep 2015 02:57:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36141 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753243AbbIHG5P (ORCPT ); Tue, 8 Sep 2015 02:57:15 -0400 Date: Tue, 8 Sep 2015 08:57:13 +0200 From: Jiri Olsa To: Adrian Hunter Cc: Arnaldo Carvalho de Melo , mingo@kernel.org, kan.liang@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 00/14] perf tools: Fix gaps propagating maps Message-ID: <20150908065713.GB29167@krava.brq.redhat.com> References: <1441636076-31390-1-git-send-email-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441636076-31390-1-git-send-email-adrian.hunter@intel.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 Mon, Sep 07, 2015 at 05:27:42PM +0300, Adrian Hunter wrote: > Hi > > Here is V2 of "Fix gaps propagating maps" that fixes some problems > revealed by to d988d5ee6478 ("perf evlist: Open event on evsel cpus and threads") > > Changes in V2: > Split into multiple patches > Add evsel->own_cpus to identify evsels with their own cpu map > And consequently don't need to unpropagate > > perf tools: Fix perf_evlist__splice_list_tail not setting evlist > New patch > > perf tools: Fix task exit test setting maps > New patch > > perf tools: Fix software clock events test setting maps > New patch > > > Adrian Hunter (14): > perf tools: Simplify perf_evlist__propagate_maps logic > perf tools: Simplify perf_evlist__set_maps logic > perf tools: Remove redundant validation from perf_evlist__propagate_maps > perf tools: Add evlist->has_user_cpus > perf tools: Fix perf_evlist__splice_list_tail not setting evlist > perf tools: Fix missing thread_map__put in perf_evlist__propagate_maps > perf tools: Add evsel->own_cpus > perf tools: Make perf_evlist__set_maps() more resilient > perf tools: Make perf_evlist__create_maps() use perf_evlist__set_maps() > perf tools: Factor out a function to propagate maps for a single evsel > perf tools: Fix perf_evlist__add() not propagating maps > perf tools: Fix perf_evlist__create_syswide_maps() not propagating maps > perf tools: Fix task exit test setting maps > perf tools: Fix software clock events test setting maps other than my 2 comments, I'm ok with this patchset, nice! ;-) thanks, jirka