mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 10:42:45 +00:00
f640ec6d43
Support a "live" mode in ktrdump enabled via the -l flag. In this mode, ktrdump polls the kernel's trace buffer periodically (currently hardcoded as a 50 millisecond interval) and dumps any newly added entries. Fancier logic for the timeout (e.g. a command line option or some kind of backoff based on the time since the last entry) can be added later as the need arises. Note that this does not include the capsicum fixes from the original commit since ktrdump in stable/11 is not capsicum-ized. |
||
---|---|---|
.. | ||
ktrdump.8 | ||
ktrdump.c | ||
Makefile | ||
Makefile.depend |