From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753217AbbFCWHR (ORCPT ); Wed, 3 Jun 2015 18:07:17 -0400 Received: from mail.kernel.org ([198.145.29.136]:58676 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752291AbbFCWHJ (ORCPT ); Wed, 3 Jun 2015 18:07:09 -0400 Date: Wed, 3 Jun 2015 19:07:05 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , Peter Zijlstra , Paul Mackerras , David Ahern , Namhyung Kim , Ingo Molnar , Andi Kleen , Stephane Eranian Subject: Re: [PATCHv2 0/9] perf stat: Separate shadow counters code Message-ID: <20150603220705.GF32707@kernel.org> References: <1433341559-31848-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433341559-31848-1-git-send-email-jolsa@kernel.org> X-Url: http://acmel.wordpress.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 Em Wed, Jun 03, 2015 at 04:25:50PM +0200, Jiri Olsa escreveu: > hi, > sending cleanup/move of shadow counters. I need it > for my other changes of stat scripting, but I think > it can stand alone as a cleanup. > > v2 changes: > - move evsel id into 'struct perf_stat' > and change the id functions namespace Thanks, applied. - Arnaldo