• Andrew Morton's avatar
    [PATCH] numa api: Add statistics · 6633401d
    Andrew Morton authored
    From: Andi Kleen <ak@suse.de>
    
    Add NUMA hit/miss statistics to page allocation and display them in sysfs.
    
    This is not 100% required for NUMA API, but without this it is very
    
    The overhead is quite low because all counters are per CPU and only happens
    when CONFIG_NUMA is defined.
    6633401d
page_alloc.c 48.5 KB