Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754242Ab0LHINh (ORCPT ); Wed, 8 Dec 2010 03:13:37 -0500 Received: from mail-iw0-f172.google.com ([209.85.214.172]:62271 "EHLO mail-iw0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754145Ab0LHINg convert rfc822-to-8bit (ORCPT ); Wed, 8 Dec 2010 03:13:36 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=a/D7l6eNWTaAJrLcIJrpaER/pRSQ/CR5rdHqJ9CE+NMGvnnTjci/ZkhAJCB3/TUYmQ xhHcUgLbC+IAZgvRTqe7TD/MuMcG3lWy5hhosJicZ+ALWqqSZm6f0kWyvFw0Ssekf7yL o2BbgdgAWdeVGzt/LvyHiJzCMeliwlIvzm1Lg= MIME-Version: 1.0 In-Reply-To: <20101208165944.174D.A69D9226@jp.fujitsu.com> References: <20101208165944.174D.A69D9226@jp.fujitsu.com> Date: Wed, 8 Dec 2010 17:13:35 +0900 Message-ID: Subject: Re: [PATCH v4 5/7] add profile information for invalidated page reclaim From: Minchan Kim To: KOSAKI Motohiro Cc: Andrew Morton , Rik van Riel , linux-mm , LKML , Wu Fengguang , Johannes Weiner , Nick Piggin , Mel Gorman 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 Content-Length: 1457 Lines: 41 Hi KOSAKI, On Wed, Dec 8, 2010 at 5:02 PM, KOSAKI Motohiro wrote: >> This patch adds profile information about invalidated page reclaim. >> It's just for profiling for test so it would be discard when the series >> are merged. >> >> Signed-off-by: Minchan Kim >> Cc: Rik van Riel >> Cc: KOSAKI Motohiro >> Cc: Wu Fengguang >> Cc: Johannes Weiner >> Cc: Nick Piggin >> Cc: Mel Gorman >> --- >> ?include/linux/vmstat.h | ? ?4 ++-- >> ?mm/swap.c ? ? ? ? ? ? ?| ? ?3 +++ >> ?mm/vmstat.c ? ? ? ? ? ?| ? ?3 +++ >> ?3 files changed, 8 insertions(+), 2 deletions(-) > > Today, we have tracepoint. tracepoint has no overhead if it's unused. > but vmstat has a overhead even if unused. > > Then, all new vmstat proposal should be described why you think it is > frequently used from administrators. It's just for easy gathering the data when Ben will test. I never want to merge it in upstream and even mmtom. If you don't like it for just testing, I am happy to change it with tracepoint. Thanks. -- Kind regards, Minchan Kim -- 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/