]> Git Repo - linux.git/commit - mm/vmstat.c
mm,vmacache: add debug data
authorDavidlohr Bueso <[email protected]>
Wed, 4 Jun 2014 23:06:46 +0000 (16:06 -0700)
committerLinus Torvalds <[email protected]>
Wed, 4 Jun 2014 23:53:57 +0000 (16:53 -0700)
commit4f115147ff802267d0aa41e361c5aa5bd933d896
tree27afdf3f60c21fde601df63d9e9998b0c758a3fe
parent6f04f48dc9c0433e2bb687f5f7f7af1aba97b04d
mm,vmacache: add debug data

Introduce a CONFIG_DEBUG_VM_VMACACHE option to enable counting the cache
hit rate -- exported in /proc/vmstat.

Any updates to the caching scheme needs this kind of data, thus it can
save some work re-implementing the counting all the time.

Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Aswin Chandramouleeswaran <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/vm_event_item.h
include/linux/vmstat.h
lib/Kconfig.debug
mm/vmacache.c
mm/vmstat.c
This page took 0.058801 seconds and 4 git commands to generate.