From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754412AbbERSJw (ORCPT ); Mon, 18 May 2015 14:09:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41017 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751923AbbERSJu (ORCPT ); Mon, 18 May 2015 14:09:50 -0400 Date: Mon, 18 May 2015 20:09:16 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , LKML , David Ahern , Adrian Hunter , Andi Kleen , Frederic Weisbecker , Stephane Eranian Subject: Re: [PATCH 05/40] perf tools: Introduce perf_evlist__mmap_track() Message-ID: <20150518180916.GB16373@krava.redhat.com> References: <1431909055-21442-1-git-send-email-namhyung@kernel.org> <1431909055-21442-6-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431909055-21442-6-git-send-email-namhyung@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 Mon, May 18, 2015 at 09:30:20AM +0900, Namhyung Kim wrote: > The perf_evlist__mmap_track function creates data mmaps and optionally hum, there's no perf_evlist__mmap_track in the patch ;-) you're now using perf_evlist__mmap_ex that was introduced by Adrian IIRC jirka