Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751901AbdHCSH6 (ORCPT ); Thu, 3 Aug 2017 14:07:58 -0400 Received: from mail-it0-f67.google.com ([209.85.214.67]:38419 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751194AbdHCSH5 (ORCPT ); Thu, 3 Aug 2017 14:07:57 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Thu, 3 Aug 2017 14:07:53 -0400 (EDT) X-X-Sender: vince@macbook-air To: Peter Zijlstra cc: linux-kernel@vger.kernel.org, Ingo Molnar , Arnaldo Carvalho de Melo , Stephane Eranian Subject: Re: [patch] perf wrong enabled time after attach/enable/enable In-Reply-To: <20170802171051.zlq5rgx3jqkkxpg7@hirez.programming.kicks-ass.net> Message-ID: References: <20170802171051.zlq5rgx3jqkkxpg7@hirez.programming.kicks-ass.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 432 Lines: 16 On Wed, 2 Aug 2017, Peter Zijlstra wrote: > Playing with that test it really is the IOC_DISABLE while STOP'ed that > messes things up. > > Ah.. magic.. the below seems to fix things, hopefully it doesn't break > anything else. yes, I've tested this and it seems to fix things. With both this and the other patch applied PAPI can finally pass all of its validation tests when running with RDPMC support enabled. Thanks, Vince