git: build - Add a few things in test/debug

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Apr 23 17:47:17 PDT 2020


commit 2dac8a3e5d4d43e65040df56505fa0c76e419099
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Apr 22 23:15:47 2020 -0700

    build - Add a few things in test/debug
    
    * Add a few more kernel probing utilities.

Summary of changes:
 test/debug/psinfo.c       | 408 ++++++++++++++++++++++++++++
 test/debug/schedmon.c     | 153 +++++++++++
 test/debug/sigtramp.c     |  28 ++
 test/debug/vmpagehash.c   | 374 ++++++++++++++++++++++++++
 test/debug/vmpagequeues.c | 173 ++++++++++++
 test/debug/vmpqinactive.c | 673 ++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1809 insertions(+)
 create mode 100644 test/debug/psinfo.c
 create mode 100644 test/debug/schedmon.c
 create mode 100644 test/debug/sigtramp.c
 create mode 100644 test/debug/vmpagehash.c
 create mode 100644 test/debug/vmpagequeues.c
 create mode 100644 test/debug/vmpqinactive.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2dac8a3e5d4d43e65040df56505fa0c76e419099


-- 
DragonFly BSD source repository


More information about the Commits mailing list