]> Git Repo - linux.git/commit - include/trace/events/vmscan.h
vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT
authorKOSAKI Motohiro <[email protected]>
Tue, 10 Aug 2010 00:19:57 +0000 (17:19 -0700)
committerLinus Torvalds <[email protected]>
Tue, 10 Aug 2010 03:45:03 +0000 (20:45 -0700)
commite17613c39b8894c164df782d0508c27ca559c24b
tree9d256ead495ad9ad1568fdb7763460865a24c7b6
parentbdce6d9ebf52c1f6c23163d1a33320ce7c007f73
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 <[email protected]>
Reviewed-by: KAMEZAWA Hiroyuki <[email protected]>
Acked-by: Balbir Singh <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/trace/events/vmscan.h
This page took 0.052548 seconds and 4 git commands to generate.