From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932277AbbLGNvV (ORCPT ); Mon, 7 Dec 2015 08:51:21 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:43457 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755819AbbLGNvR (ORCPT ); Mon, 7 Dec 2015 08:51:17 -0500 Date: Mon, 7 Dec 2015 14:51:07 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: vincent.weaver@maine.edu, jolsa@redhat.com, torvalds@linux-foundation.org, eranian@google.com, tglx@linutronix.de, acme@redhat.com, ak@linux.intel.com, linux-kernel@vger.kernel.org, hpa@zytor.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:perf/core] perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp Message-ID: <20151207135107.GA6356@twins.programming.kicks-ass.net> References: <1448929689-13771-2-git-send-email-andi@firstfloor.org> <20151206131102.GA12167@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151206131102.GA12167@gmail.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 06, 2015 at 02:11:02PM +0100, Ingo Molnar wrote: > the symptom is that latest 'perf top' and 'perf record' produces no samples. > > So I've removed this commit and the related Skylake commit from -tip: > > 4576ceaa56a8 perf/x86: Use INST_RETIRED.PREC_DIST for cycles:ppp > ac1e1d30cf90 perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for Skylake > > you need to do better testing next time around. Note: if you resubmit the patches, > please also pick up the updates commit changelogs from the tip-bot emails, don't > use your original changelogs. OK, so I need: lkml.kernel.org/r/1449177740-5422-1-git-send-email-andi@firstfloor.org lkml.kernel.org/r/1449177740-5422-2-git-send-email-andi@firstfloor.org On my IVB because that keeps triggering that case with :ppp, other than that this seems to work fine on IVB. I've also tried on SNB (which does not support the new :ppp thing) and that too works. Sadly I do not have older hardware anymore :/ Also, perf tools DTRT and will use :ppp by default if available.