vmpageinfo is a program which runs through the vm_page_array and the
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 9 Nov 2004 21:50:12 +0000 (21:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 9 Nov 2004 21:50:12 +0000 (21:50 +0000)
commit84b7e3cd9ee46cccf1fc0a293691734993c57922
treec4ffd07c03d65677e4dde10f52a8900100bc324f
parent0c02b4a09533bc7c1f6440ed514ac011a039c3e9
vmpageinfo is a program which runs through the vm_page_array and the
vm_page_buckets hash table and validates the hash table association for
all VM pages which have objects associated with them.  This is primarily
intended for post-mortem checks of kernel cores.
test/debug/vmpageinfo.c [new file with mode: 0644]