Install latrace by entering the following commands in the terminal:
sudo apt update sudo apt install latrace
Description:
traces library calls in dynamically linked programs
latrace (similar to ltrace) displays dynamic library calls of a program using the LD_AUDIT feature of newer glibc versions. It is also capable to measure and display various statistics of dynamic calls. If a config file is provided, latrace will display function arguments with detailed output for structures.
Homepage: http://people.redhat.com/jolsa/latrace/index.shtml
Version: 0.5.11-1
Section: universe/utils