Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754469Ab3IKOm7 (ORCPT ); Wed, 11 Sep 2013 10:42:59 -0400 Received: from mail-oa0-f54.google.com ([209.85.219.54]:58858 "EHLO mail-oa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754023Ab3IKOm5 (ORCPT ); Wed, 11 Sep 2013 10:42:57 -0400 MIME-Version: 1.0 In-Reply-To: <20130910201637.GB1866@ghostprotocols.net> References: <1377079825-19057-3-git-send-email-eranian@google.com> <20130909192810.GA3825@infradead.org> <20130909194844.GB28428@ghostprotocols.net> <20130910130002.GD28428@ghostprotocols.net> <20130910131728.GE28428@ghostprotocols.net> <20130910195847.GA1866@ghostprotocols.net> <20130910201637.GB1866@ghostprotocols.net> Date: Wed, 11 Sep 2013 16:42:57 +0200 Message-ID: Subject: Re: [PATCH v2 2/2] perf tools: add attr->mmap2 support From: Stephane Eranian To: Arnaldo Carvalho de Melo Cc: LKML , Peter Zijlstra , "mingo@elte.hu" , "ak@linux.intel.com" , Jiri Olsa , Namhyung Kim , David Ahern Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1307 Lines: 36 Arnaldo, Do you have all those changes in a git tree somewhere. I want to help test and debug this part too. Thanks. On Tue, Sep 10, 2013 at 10:16 PM, Arnaldo Carvalho de Melo wrote: > Em Tue, Sep 10, 2013 at 04:58:47PM -0300, Arnaldo Carvalho de Melo escreveu: >> So we must have the handling we have for other things that were added >> in the past, like .sample_id_all, .exclude_guest, etc, like is done in >> the attached patch, please ack. >> >> Ingo, since you haven't merged my latest perf/urgent pull req, do you >> want me to fold this into the patch that makes the tooling side use >> PERF_RECORD_MMAP2? >> >> - Arnaldo > > > Also there was this minor thing I'll have in this patch too: > > @@ -1926,6 +1932,7 @@ int perf_evsel__fprintf(struct perf_evsel *evsel, > if_print(exclude_hv); > if_print(exclude_idle); > if_print(mmap); > + if_print(mmap2); > if_print(comm); > if_print(freq); > if_print(inherit_stat); -- 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/