From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756201Ab3BEPgS (ORCPT ); Tue, 5 Feb 2013 10:36:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33600 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755045Ab3BEPgP (ORCPT ); Tue, 5 Feb 2013 10:36:15 -0500 Date: Tue, 5 Feb 2013 12:35:51 -0300 From: Arnaldo Carvalho de Melo To: Stephane Eranian Cc: Ingo Molnar , LKML , Peter Zijlstra , "mingo@elte.hu" , "ak@linux.intel.com" , Jiri Olsa , Namhyung Kim Subject: Re: [PATCH v7 00/18] perf: add memory access sampling support Message-ID: <20130205153551.GC29163@infradead.org> References: <1359040242-8269-1-git-send-email-eranian@google.com> <20130125103832.GB20826@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Feb 05, 2013 at 02:03:55PM +0100, Stephane Eranian escreveu: > On Fri, Jan 25, 2013 at 11:38 AM, Ingo Molnar wrote: > > * Stephane Eranian wrote: > >> This patch series had a new feature to the kernel perf_events > >> interface and corresponding user level tool, perf. > > Ok, so I have created a topic tree for this, tip:perf/x86. > > I have applied the kernel bits (with some minor renaming > > changes). Arnaldo, if you agree with the tooling bits you can > > merge that branch into your tree and apply the tooling bits from > > Stephane. > Arnaldo, did you incorporate the perf changes for this somewhere in > your tree yet? The kernel bits are in. I'm doing it, updating some csets on the go, will post here after I go thru some tests. - Arnaldo