KTRACE(1) - General Commands Manual
KTRACE(1) - General Commands Manual # KTRACE(1) - General Commands Manual NAME # ktrace - enable kernel process tracing SYNOPSIS # ktrace [-aCcdi] [-f trfile] [-g pgid] [-p pid] [-t trstr] ktrace [-aBdiT] [-f trfile] [-t trstr] command DESCRIPTION # ktrace enables kernel trace logging for the specified processes. By default, kernel trace data is logged to the file ktrace.out, unless overridden by the -f option. The kernel operations traced are system calls, namei translations, signal processing and I/O. ...