From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753984AbbDSDrY (ORCPT ); Sat, 18 Apr 2015 23:47:24 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:36827 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbbDSDrW (ORCPT ); Sat, 18 Apr 2015 23:47:22 -0400 Date: Sun, 19 Apr 2015 12:46:15 +0900 From: Namhyung Kim To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , lkml , Peter Zijlstra , Paul Mackerras , David Ahern , Ingo Molnar , Andi Kleen , William Cohen Subject: Re: [RFC 0/6] perf stat: Metrics calculation fix Message-ID: <20150419034615.GD10169@danjae.kornet> References: <1428441919-23099-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1428441919-23099-1-git-send-email-jolsa@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 Hi Jiri, On Tue, Apr 07, 2015 at 11:25:13PM +0200, Jiri Olsa wrote: > hi, > I'm sending Andi's patch accompanied with changes requested by Ingo. > http://marc.info/?l=linux-kernel&m=139748629929175&w=2 > > I added simple bit calculated index array, while exclude_* bits > might have more strict logic and ban some combinations, but I > wanted to keep it simple and did not find better solution. For the series, Acked-by: Namhyung Kim Thanks, Namhyung