HomeFreeBSD

Connect kern_tslog.c to the build and add TSLOG / TSLOGSIZE kernel options.

Description

Connect kern_tslog.c to the build and add TSLOG / TSLOGSIZE kernel options.
These are intended for debugging purposes and should not be added to
"generic" kernel configurations since they result in a nontrivial amount
of memory being set aside for this purpose, can break if kernel modules are
unloaded, and can potentially leak a dangerous amount of information about
timestamps used as a source of kernel entropy.

Details

Provenance
cpercivaAuthored on
Parents
rS327423: Code for recording timestamps of events, especially function entries/exits.
Branches
Unknown
Tags
Unknown