Audit Interface Demonstrations
A number of demonstration applications that use the
rtld-audit interface are provided in the
pkg:/source/demo/system package under
/usr/demo/link_audit.
-
sotruss -
This demo provides tracing of procedure calls between the dynamic objects of a named application.
-
whocalls -
This demo provides a stack trace for a specified function whenever called by a named application.
-
perfcnt -
This demo traces the amount of time spent in each function for a named application.
-
symbindrep -
This demo reports all symbol bindings performed to load a named application.
sotruss(1) and
whocalls(1) are included in the pkg:/developer/base-developer-utilities package. perfcnt and symbindrep are example programs. These applications are not intended for use in a production environment.