]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: shrinker: add nid to tracepoint output
authorDave Hansen <dave.hansen@linux.intel.com>
Thu, 22 May 2014 00:43:06 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:06 +0000 (10:43 +1000)
commit622d1215648868014d086b7fbe319337a3fe29d4
treea3974ad84c730e7aac96efeddae11733cc3dd95c
parenta6d48f71b7dcc750e4cd8f5a211574b5396a4402
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>
include/trace/events/vmscan.h
mm/vmscan.c