Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754164Ab0GZKYL (ORCPT ); Mon, 26 Jul 2010 06:24:11 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:44450 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753884Ab0GZKYI (ORCPT ); Mon, 26 Jul 2010 06:24:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=K+NSj4Frkf5EU1GPwfRr82QJarBPPhzFJGSgB6lGGEelJgKqljpIPLSvHDuevU4wiV 2eTF7jww5ISUsI5hI7FrMspKuxS5r8r9KGy+Y7moJXRs2fII68Cb1A36eCnZMCQNQkbO Py5C1fTTAQA3agjjCpRNXro/1sfufWLha17yM= MIME-Version: 1.0 In-Reply-To: <20100726120224.2EF1.A69D9226@jp.fujitsu.com> References: <20100726120107.2EEE.A69D9226@jp.fujitsu.com> <20100726120224.2EF1.A69D9226@jp.fujitsu.com> Date: Mon, 26 Jul 2010 15:54:06 +0530 X-Google-Sender-Auth: eT-JWnZjVEijbI2NBzepu5V-vEg Message-ID: Subject: Re: [PATCH 1/4] vmscan: convert direct reclaim tracepoint to DEFINE_TRACE From: Balbir Singh To: KOSAKI Motohiro Cc: LKML , linux-mm , Andrew Morton , Mel Gorman , KAMEZAWA Hiroyuki , Nishimura Daisuke Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 21 On Mon, Jul 26, 2010 at 8:33 AM, KOSAKI Motohiro wrote: > Mel Gorman recently added some vmscan tracepoints. Unfortunately they are > covered only global reclaim. But we want to trace memcg reclaim too. > > Thus, this patch convert them to DEFINE_TRACE macro. it help to reuse > tracepoint definition for other similar usage (i.e. memcg). > This patch have no functionally change. > > Signed-off-by: KOSAKI Motohiro > Reviewed-by: KAMEZAWA Hiroyuki > Acked-by: Mel Gorman Acked-by: Balbir Singh Balbir -- 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/