Add fields to the ktrace header to allow kdump to also display the TID
commit83f5a394641aac1d4c133da5b1be4553dabdd4e7
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 May 2007 15:43:31 +0000 (7 15:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 May 2007 15:43:31 +0000 (7 15:43 +0000)
tree582ee9e3b89fecb776144a922feefca904fe1841
parent68a85de35c3c745c68fb23d5f72981e6241f6fc4
Add fields to the ktrace header to allow kdump to also display the TID
for individual threads.  Add a new option to ktrace, -j, which forces
TID display even if kdump doesn't think the program is threaded.

Submitted-by: Joe Talbott <josepht@cstone.net>
With-additions-by: Matt Dillon
sys/kern/kern_conf.c
sys/kern/kern_ktrace.c
sys/sys/ktrace.h
usr.bin/kdump/kdump.1
usr.bin/kdump/kdump.c