Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754206Ab0GZK1A (ORCPT ); Mon, 26 Jul 2010 06:27:00 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:36964 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754043Ab0GZK07 (ORCPT ); Mon, 26 Jul 2010 06:26:59 -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=rAwXL9UnQVKhV2wK5KIICdDSaTUZFj0EEONITBnmVvNrlhz4Z44RmfMpUX/QNSnZ/j FHXO1iJcZ3TV1MHmWbhSCldKNbpNc8sk5pJz8sIC+4OChToGNxtBm/hWBfUVrTbjfotb MNCSbrIC4zM+dxUxyyJvBG0QMI3WW3LNuerCY= MIME-Version: 1.0 In-Reply-To: <20100726120422.2EF7.A69D9226@jp.fujitsu.com> References: <20100726120107.2EEE.A69D9226@jp.fujitsu.com> <20100726120422.2EF7.A69D9226@jp.fujitsu.com> Date: Mon, 26 Jul 2010 15:56:58 +0530 X-Google-Sender-Auth: ozpeqFOmFXTrret9mQuA8R9kmf4 Message-ID: Subject: Re: [PATCH 3/4] vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT 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: 855 Lines: 21 On Mon, Jul 26, 2010 at 8:35 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: 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/