logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mtrace - interpret the malloc trace log

Bugs

       For bug reporting instructions, please see: http://www.gnu.org/software/libc/bugs.html.

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 binary was compiled with debugging information).

       For more information about the mtrace(3) function and mtrace script usage, see mtrace(3).

Name

       mtrace - interpret the malloc trace log

Options

--help Print help and exit.

       --version
              Print version information and exit.

See Also

memusage(1), mtrace(3)

Linux man-pages 6.9.1                              2024-05-02                                          mtrace(1)

Synopsis

mtrace [option]... [binary] mtracedata

See Also