Ktrace

KDUMP(1) - General Commands Manual

Ktrace, Kdump

KDUMP(1) - General Commands Manual # KDUMP(1) - General Commands Manual NAME # kdump - display kernel trace data SYNOPSIS # kdump [-dHlnRTXx] [-f file] [-m maxdata] [-P program] [-p pid] [-t trstr] [-u label] DESCRIPTION # kdump displays the kernel trace files produced with ktrace(1) in human-readable format. By default, the file ktrace.out in the current directory is displayed, unless overridden by the -f option. The options are as follows: ...

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