Home
last modified time | relevance | path

Searched refs:boottrace (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/usr.sbin/boottrace/
H A DMakefile1 PROG= boottrace
2 MAN= boottrace.8
/freebsd-14.2/sys/sys/
H A Dboottrace.h78 (void)boottrace(tdname, __VA_ARGS__); \
86 int boottrace(const char *_tdname, const char *_eventfmt, ...)
/freebsd-14.2/sys/kern/
H A Dkern_boottrace.c112 SYSCTL_NODE(_kern, OID_AUTO, boottrace, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
119 SYSCTL_PROC(_kern_boottrace, OID_AUTO, boottrace,
387 boottrace(const char *tdname, const char *fmt, ...) in boottrace() function
613 SYSINIT(boottrace, SI_SUB_CPU, SI_ORDER_ANY, boottrace_init, NULL);
/freebsd-14.2/usr.sbin/
H A DMakefile8 boottrace \
/freebsd-14.2/
H A DRELNOTES217 - rc(8) scripts (via boottrace(8))
226 See boottrace(4) for more details.
/freebsd-14.2/share/man/man4/
H A DMakefile84 boottrace.4 \
/freebsd-14.2/libexec/rc/
H A Drc.subr1512 ${SYSCTL} kern.boottrace.boottrace="$1"
2303 boottrace_cmd=`command -v boottrace`
2304 if [ -n "$boottrace_cmd" ] && [ "`${SYSCTL_N} -q kern.boottrace.enabled`" = "1" ]; then