Have ktrdump run 'nm' on the kernel execfile and translate the caller1,2
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 21 Jun 2005 06:50:28 +0000 (06:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 21 Jun 2005 06:50:28 +0000 (06:50 +0000)
commitfa9963c9b5066d70a9466377acc074ef42e15fdb
tree268940b9ff0053e864c6f5f81220be10458a4b48
parentac72c7f46b9185f92bcbf848cb7016890ccb6e41
Have ktrdump run 'nm' on the kernel execfile and translate the caller1,2
pointers into symbols, unless the -n (numeric only) option is specified.

If no display options are specified, enable a few of them by default.

Reverse the printing order from caller1, caller2 to caller2, caller1,
so the procedural display order matches the procedure chain order.
usr.bin/ktrdump/ktrdump.8
usr.bin/ktrdump/ktrdump.c