From: KOSAKI Motohiro Date: Tue, 10 Aug 2010 00:19:57 +0000 (-0700) Subject: vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT X-Git-Tag: v2.6.36-rc1~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17613c39b8894c164df782d0508c27ca559c24b;p=pandora-kernel.git vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT 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 Acked-by: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed