X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2Flinux%2Fvm_event_item.h;h=ced92345c96307f559d165c56af092e520be3a06;hb=4f115147ff802267d0aa41e361c5aa5bd933d896;hp=486c3972c0be2c698afd06d7ee0dcdb833aa21ff;hpb=6f04f48dc9c0433e2bb687f5f7f7af1aba97b04d;p=uclinux-h8%2Flinux.git diff --git a/include/linux/vm_event_item.h b/include/linux/vm_event_item.h index 486c3972c0be..ced92345c963 100644 --- a/include/linux/vm_event_item.h +++ b/include/linux/vm_event_item.h @@ -80,6 +80,10 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT, NR_TLB_LOCAL_FLUSH_ALL, NR_TLB_LOCAL_FLUSH_ONE, #endif /* CONFIG_DEBUG_TLBFLUSH */ +#ifdef CONFIG_DEBUG_VM_VMACACHE + VMACACHE_FIND_CALLS, + VMACACHE_FIND_HITS, +#endif NR_VM_EVENT_ITEMS };