From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751326AbdBXPam (ORCPT ); Fri, 24 Feb 2017 10:30:42 -0500 Received: from mga09.intel.com ([134.134.136.24]:21344 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219AbdBXPah (ORCPT ); Fri, 24 Feb 2017 10:30:37 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,201,1484035200"; d="scan'208";a="61842079" Date: Fri, 24 Feb 2017 07:29:44 -0800 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/10] perf, tools, stat: Factor out callback for collecting event values Message-ID: <20170224152944.GG1712@tassilo.jf.intel.com> References: <20170224001021.6723-1-andi@firstfloor.org> <20170224083720.GA17209@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170224083720.GA17209@krava> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 24, 2017 at 09:37:20AM +0100, Jiri Olsa wrote: > On Thu, Feb 23, 2017 at 04:10:12PM -0800, Andi Kleen wrote: > > From: Andi Kleen > > > > To be used in next patch to support automatic summing of alias > > events. > > > > Signed-off-by: Andi Kleen > > hi, > I did not get the cover (0/...) letter with changes history.. I dropped it because it was obsolete because Arnaldo already merged a lot of the uncore base patches. The changes are all described in the individual patches. -Andi