Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758699Ab2EOPtB (ORCPT ); Tue, 15 May 2012 11:49:01 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:40492 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754404Ab2EOPs7 (ORCPT ); Tue, 15 May 2012 11:48:59 -0400 MIME-Version: 1.0 In-Reply-To: <1337078996.27694.26.camel@twins> References: <1337034048.27020.137.camel@laptop> <1337078996.27694.26.camel@twins> From: Linus Torvalds Date: Tue, 15 May 2012 08:48:38 -0700 X-Google-Sender-Auth: E6mlHz0N9hpL3Opv66G7VRSvvSM Message-ID: Subject: Re: Perf events warning.. To: Peter Zijlstra Cc: Ingo Molnar , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1231 Lines: 33 On Tue, May 15, 2012 at 3:49 AM, Peter Zijlstra wrote: >> >> It did use "make -j64 test" to make the load a *bit* more interesting >> (and go noticeably faster), but other than that you got it. > > OK, that limits the scope of crazy scenarios I have to consider, still > no immediate clue though.. Actually, looking into my history, some of them had "-fg", and some of them used "cycles:p". It looks like I had three different combinations I used: - the one I already mentioned: perf record -f -e cycles:pp make -j64 test - two variations of the above: perf record -fg -e cycles:p make -j64 test perf record -fg -e cycles:pp make -j64 test and I don't know which of these caused the warning. I did profile some other things too (I commonly do profiles of "git diff" and "make -j" on a fully built kernel), but they used the same flags, so from a perf standpoint they shouldn't be all that different. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/