Searched hist:c8dfc327db2373c721a35efe857cf07262fd7dd0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/common/ |
H A D | tslog.c | c8dfc327db2373c721a35efe857cf07262fd7dd0 Sun May 30 22:30:28 CEST 2021 Colin Percival <cperciva@FreeBSD.org> stand/common: Add support for timestamp logging (tslog)
This adds tslog_init, which allocates a 2MB buffer for recording timestamped events; and tslog_publish, which takes the buffer and passes it to the kernel as a "preloaded module". These functions will be used in a later commit.
Reviewed by: kevans
|
H A D | bootstrap.h | diff c8dfc327db2373c721a35efe857cf07262fd7dd0 Sun May 30 22:30:28 CEST 2021 Colin Percival <cperciva@FreeBSD.org> stand/common: Add support for timestamp logging (tslog)
This adds tslog_init, which allocates a 2MB buffer for recording timestamped events; and tslog_publish, which takes the buffer and passes it to the kernel as a "preloaded module". These functions will be used in a later commit.
Reviewed by: kevans
|
/freebsd/stand/ |
H A D | loader.mk | diff c8dfc327db2373c721a35efe857cf07262fd7dd0 Sun May 30 22:30:28 CEST 2021 Colin Percival <cperciva@FreeBSD.org> stand/common: Add support for timestamp logging (tslog)
This adds tslog_init, which allocates a 2MB buffer for recording timestamped events; and tslog_publish, which takes the buffer and passes it to the kernel as a "preloaded module". These functions will be used in a later commit.
Reviewed by: kevans
|