From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520Ab1AXUSQ (ORCPT ); Mon, 24 Jan 2011 15:18:16 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:50312 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752346Ab1AXUSO convert rfc822-to-8bit (ORCPT ); Mon, 24 Jan 2011 15:18:14 -0500 MIME-Version: 1.0 In-Reply-To: <20110124200738.GA10833@elte.hu> References: <20110124133400.GA1228@elte.hu> <20110124200738.GA10833@elte.hu> From: Linus Torvalds Date: Tue, 25 Jan 2011 06:17:01 +1000 Message-ID: Subject: Re: [GIT PULL] perf fixes To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo , =?ISO-8859-1?Q?Fr=E9d=E9ric_Weisbecker?= , Steven Rostedt , Thomas Gleixner , Andrew Morton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 25, 2011 at 6:07 AM, Ingo Molnar wrote: >> >>     perf report -agf sleep 10 > > (that's perf record i guess?) Eh. Yes, >> Is it just me? > > We used to have such bugs recently so i'm quite sure what you see is real. > > The above test is almost the same what i did before sending you the pull request, so > it's not occuring all the time and on all boxes. It only happens for me with "g". With "perf record -af sleep 10" it worked. > The distro version on that box you are using would be helpful, plus the build output > you get when you build 'tools/perf'. (I.e. which libraries are there. If it comes up > empty with no complaints you have all the devel libraries.) It's up-to-date Fedora 14 on x86-32. And there's no build output at all, except for the trivial: [torvalds@eeepc perf]$ make PERF_VERSION = 2.6.38.rc2.62.gec30f3.dirty GEN common-cmds.h * new build flags or prefix CC perf.o CC builtin-annotate.o CC builtin-bench.o ... so I have everything installed. Linus