Linux "mtrace" Command Line Options and Examples
malloc tracing

mtrace is a Perl script used to interpret and provide human readable output of the trace log contained in the file mtracedata, whose contents were produced by mtrace(3). If binary is provided, the output of mtrace also contains the source file name with line number information for problem locations (assuming that binary was compiled with debugging information).


Usage:

mtrace [option]... [binary] mtracedata




Command Line Options:

--help
Print help and exit.
mtrace --help ...
--version
Print version information and exit.BUGSFor bug reporting instructions, please see: ⟨http://www.gnu.org/software/libc/bugs.html⟩.
mtrace --version ...