💾 Archived View for gmi.noulin.net › man › man1 › mtrace.1.gmi captured on 2022-07-17 at 00:38:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-06-12)
-=-=-=-=-=-=-
MTRACE(1) Linux user manual MTRACE(1) NAME mtrace - interpret the malloc trace log SYNOPSIS mtrace [option]... [binary] mtracedata DESCRIPTION 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 bi‐ nary was compiled with debugging information). For more information about the mtrace(3) function and mtrace script usage, see mtrace(3). OPTIONS --help Print help and exit. --version Print version information and exit. BUGS For bug reporting instructions, please see: ⟨http://www.gnu.org/software/libc/bugs.html⟩. SEE ALSO memusage(1), mtrace(3) GNU 2021-03-22 MTRACE(1)