Add a new utility, 'pctrack', which dumps program counter tracking data
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 8 Jun 2006 18:48:30 +0000 (18:48 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 8 Jun 2006 18:48:30 +0000 (18:48 +0000)
commit402351a07f551999ca9cbccafb352f432840fe63
tree33fab34e850a80a5229984f84c93d30ef6b775ee
parent075220991889433d0d34a124dd2ab289daff651b
Add a new utility, 'pctrack', which dumps program counter tracking data
recorded by the kernel.  The kernel must be compiled with DEBUG_PCTRACK.
usr.bin/pctrack/Makefile [new file with mode: 0644]
usr.bin/pctrack/pctrack.8 [new file with mode: 0644]
usr.bin/pctrack/pctrack.c [new file with mode: 0644]