From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755553AbZB0Ise (ORCPT ); Fri, 27 Feb 2009 03:48:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752963AbZB0IsZ (ORCPT ); Fri, 27 Feb 2009 03:48:25 -0500 Received: from mga11.intel.com ([192.55.52.93]:35074 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752737AbZB0IsY (ORCPT ); Fri, 27 Feb 2009 03:48:24 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.38,275,1233561600"; d="scan'208";a="668968249" Subject: Re: [RFC PATCH 00/19] Cleanup and optimise the page allocator V2 From: Lin Ming To: Mel Gorman Cc: Pekka Enberg , Linux Memory Management List , Rik van Riel , KOSAKI Motohiro , Christoph Lameter , Johannes Weiner , Nick Piggin , Linux Kernel Mailing List , Zhang Yanmin , Peter Zijlstra In-Reply-To: <20090226112232.GE32756@csn.ul.ie> References: <1235477835-14500-1-git-send-email-mel@csn.ul.ie> <1235639427.11390.11.camel@minggr> <20090226110336.GC32756@csn.ul.ie> <1235647139.16552.34.camel@penberg-laptop> <20090226112232.GE32756@csn.ul.ie> Content-Type: text/plain Date: Fri, 27 Feb 2009 16:44:43 +0800 Message-Id: <1235724283.11610.212.camel@minggr> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 (2.24.1-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2009-02-26 at 19:22 +0800, Mel Gorman wrote: > In that case, Lin, could I also get the profiles for UDP-U-4K please so I > can see how time is being spent and why it might have gotten worse? I have done the profiling (oltp and UDP-U-4K) with and without your v2 patches applied to 2.6.29-rc6. I also enabled CONFIG_DEBUG_INFO so you can translate address to source line with addr2line. You can download the oprofile data and vmlinux from below link, http://www.filefactory.com/file/af2330b/ Lin Ming