Description
Library calls made by a program can be traced and summarized, similar to how strace traces system calls. It is useful for developers investigating performance, unexpected behavior, or which shared libraries a process uses.
Tracing can expose file paths, arguments, environment details, and sensitive runtime behavior. Use it only on programs you are allowed to inspect, and avoid sharing raw traces without review.