From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750854Ab3IFRj4 (ORCPT ); Fri, 6 Sep 2013 13:39:56 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:54130 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708Ab3IFRjy (ORCPT ); Fri, 6 Sep 2013 13:39:54 -0400 Message-ID: <522A1365.2020504@gmail.com> Date: Fri, 06 Sep 2013 11:39:49 -0600 From: David Ahern User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Adrian Hunter CC: Arnaldo Carvalho de Melo , Peter Zijlstra , linux-kernel@vger.kernel.org, Frederic Weisbecker , Jiri Olsa , Mike Galbraith , Namhyung Kim , Paul Mackerras , Stephane Eranian Subject: Re: [PATCH] perf kvm: fix sample_type manipulation References: <1378450134-28982-1-git-send-email-adrian.hunter@intel.com> In-Reply-To: <1378450134-28982-1-git-send-email-adrian.hunter@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/6/13 12:48 AM, Adrian Hunter wrote: > Manipulating the sample_type of an evsel requires > the use of: > perf_evsel__set_sample_bit() > and perf_evsel__reset_sample_bit() > > Manipulating the sample type of an evlist requires > the id position to be recalculated. > > Signed-off-by: Adrian Hunter Fixes the regression. Thanks for taking care of it Tested-by-and-Acked-by: David Ahern