From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: 2.6.37 kernel warning in perf_events code Date: Thu, 10 Feb 2011 18:20:23 -0200 Message-ID: <20110210202023.GG20676@ghostprotocols.net> References: <20110210190843.GE20676@ghostprotocols.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25876 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756560Ab1BJUU2 (ORCPT ); Thu, 10 Feb 2011 15:20:28 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Arun Sharma Cc: Peter Zijlstra , Linux Kernel Mailing List , linux-perf-users@vger.kernel.org Em Thu, Feb 10, 2011 at 12:02:20PM -0800, Arun Sharma escreveu: > On Thu, Feb 10, 2011 at 11:08 AM, Arnaldo Carvalho de Melo > wrote: > > Em Wed, Feb 09, 2011 at 06:50:09PM -0800, Arun Sharma escreveu: > >> [ Not sure if this is known and fixed in newer kernels. My machine > >> becomes unusable after this warning triggers ] > >> > >> perf record -g -p cs -o csw.data -- sleep 3 Arun, are you shure the above line is right? I guess it should read: perf record -g -p -e cs -o csw.data -- sleep 3 To specify the context switches soft event, right? > > What kernel are you using? Peter, rings any bells? > > Stock 2.6.37. - Arnaldo