Utrace

KTRACE(1) - General Commands Manual

Utrace, Kdump, Ktrace

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. ...

LTRACE(1) - General Commands Manual

Utrace, Ktrace, Kdump, Ltrace

LTRACE(1) - General Commands Manual # LTRACE(1) - General Commands Manual NAME # ltrace - shared library function call tracer SYNOPSIS # ltrace [-ai] [-f trfile] [-t trstr] [-u trspec] command DESCRIPTION # ltrace enables shared library function calls issued by the specified processes to be traced using the utrace(2) user tracing facility. By default, call trace data is logged to the file ktrace.out, unless overridden by the -f option. ...