Add fields to the ktrace header to allow kdump to also display the TID
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 May 2007 15:43:31 +0000 (15:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 May 2007 15:43:31 +0000 (15:43 +0000)
commit2af36526a9cb0679dc3b624d9c716a17d120e5a8
tree19acabb6cc7ba25d86c3788e23a35b3050443556
parent5717dc1a409bafbff7fa9309bbde7f3cb137dbac
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