aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_tslog.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-221-6/+6
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* tslog: Handle curthread equal to NULLColin Percival2023-06-041-0/+4
* tslog: Add CTLFLAG_SKIP to sysctlsColin Percival2022-03-201-2/+4
* TSLOG: Report final execname, not firstColin Percival2021-10-171-2/+3
* Add userland boot profiling to TSLOGColin Percival2021-10-161-0/+85
* kern_tslog: Include tslog data from loaderColin Percival2021-06-211-0/+15
* Code for recording timestamps of events, especially function entries/exits.Colin Percival2017-12-311-0/+118