mm: shrinker: add nid to tracepoint output
authorDave Hansen <dave.hansen@linux.intel.com>
Wed, 4 Jun 2014 23:08:07 +0000 (16:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:04 +0000 (16:54 -0700)
commitdf9024a8c5a3e031c5df26386f74ffed1b8fc095
treee068ffa9b6481ed33a8c46a895c430b35569cebf
parent7fe7047597cf5ebb300802494db4f407327ec94f
mm: shrinker: add nid to tracepoint output

Now that we are doing NUMA-aware shrinking, and can have shrinkers
running in parallel, or working on individual nodes, it seems like we
should also be sticking the node in the output.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Dave Chinner <david@fromorbit.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/trace/events/vmscan.h
mm/vmscan.c