git: debug - Sync debug utilites, add a few more
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Nov 7 11:52:16 PST 2013
commit 37ab3e78f140de9cdfdc88c255015e0d72b8bcc7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Nov 7 11:51:34 2013 -0800
debug - Sync debug utilites, add a few more
* Sync debug utilites to recent changes and add a few more.
* Enhance zallocinfo
Summary of changes:
test/debug/checkhammer.c | 169 +++++++++++++++++++++++++++++++
test/debug/crc32.c | 22 ++++
test/debug/{zallocinfo.c => ksyscalls.c} | 88 ++++------------
test/debug/{zallocinfo.c => slabinfo.c} | 112 ++++++++++----------
test/debug/{zallocinfo.c => vmobjinfo.c} | 106 +++++++------------
test/debug/vmpageinfo.c | 4 +
test/debug/zallocinfo.c | 26 +++++
7 files changed, 332 insertions(+), 195 deletions(-)
create mode 100644 test/debug/checkhammer.c
create mode 100644 test/debug/crc32.c
copy test/debug/{zallocinfo.c => ksyscalls.c} (60%)
copy test/debug/{zallocinfo.c => slabinfo.c} (65%)
copy test/debug/{zallocinfo.c => vmobjinfo.c} (61%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37ab3e78f140de9cdfdc88c255015e0d72b8bcc7
--
DragonFly BSD source repository
More information about the Commits
mailing list