Ltrace

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