From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933249AbXCAL2L (ORCPT ); Thu, 1 Mar 2007 06:28:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933248AbXCAL2K (ORCPT ); Thu, 1 Mar 2007 06:28:10 -0500 Received: from pfx2.jmh.fr ([194.153.89.55]:54600 "EHLO pfx2.jmh.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933244AbXCAL2J (ORCPT ); Thu, 1 Mar 2007 06:28:09 -0500 From: Eric Dumazet To: Evgeniy Polyakov Subject: Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3 Date: Thu, 1 Mar 2007 12:28:00 +0100 User-Agent: KMail/1.9.5 Cc: Ingo Molnar , Pavel Machek , Theodore Tso , Linus Torvalds , Ulrich Drepper , linux-kernel@vger.kernel.org, Arjan van de Ven , Christoph Hellwig , Andrew Morton , Alan Cox , Zach Brown , "David S. Miller" , Suparna Bhattacharya , Davide Libenzi , Jens Axboe , Thomas Gleixner References: <200703011214.45144.dada1@cosmosbay.com> <20070301112017.GB27381@2ka.mipt.ru> In-Reply-To: <20070301112017.GB27381@2ka.mipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703011228.01144.dada1@cosmosbay.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 01 March 2007 12:20, Evgeniy Polyakov wrote: > On Thu, Mar 01, 2007 at 12:14:44PM +0100, Eric Dumazet (dada1@cosmosbay.com) wrote: > > On Thursday 01 March 2007 11:59, Evgeniy Polyakov wrote: > > > Yes, it is about 98-100% in both cases. > > > I've just re-run tests on my amd64 test machine without debug options: > > > > > > epoll 4794.23 > > > kevent 6468.95 > > > > It would be valuable if you could post oprofile results > > (CPU_CLK_UNHALTED) for both tests. > > I can't - oprofile does not work on this x86_64 machine: > Yes, this is a known problem, but you can make it works, as I did. Please :) I used the CVS version of oprofile plus a patch you can find in the mailing list archives. Dont remember exactly, since I hit this some months ago