commit 6052a76a1877e622b2e6e61f314894a819037d76
Author: Matthew Dillon <[email protected]>
Date: Fri Dec 16 19:43:01 2016 -0800
debug - Update kmapinfo, zallocinfo, slabinfo
* Update the kmapinfo, zallocinfo, and slabinfo commands so they work
properly with current kernels.
* kmapinfo now breaks-down who is using each vm_map_entry in the
kernel_map, and prints out aggregate results for each subsystem.
Summary of changes:
test/debug/kmapinfo.c | 149 +++++++++++++++++++++++++++++++++++++++++++++++---
test/debug/slabinfo.c | 24 +++++---
2 files changed, 158 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6052a76a1877e622b2e6e61f314894a819037d76
--
DragonFly BSD source repository