1MTRACE(1) Linux user manual MTRACE(1)
2
3
4
6 mtrace - interpret the malloc trace log
7
9 mtrace [option]... [binary] mtracedata
10
12 mtrace is a Perl script used to interpret and provide human readable
13 output of the trace log contained in the file mtracedata, whose con‐
14 tents were produced by mtrace(3). If binary is provided, the output of
15 mtrace also contains the source file name with line number information
16 for problem locations (assuming that binary was compiled with debugging
17 information).
18
19 For more information about the mtrace(3) function and mtrace script us‐
20 age, see mtrace(3).
21
23 --help Print help and exit.
24
25 --version
26 Print version information and exit.
27
29 For bug reporting instructions, please see:
30 ⟨http://www.gnu.org/software/libc/bugs.html⟩.
31
33 memusage(1), mtrace(3)
34
36 This page is part of release 5.13 of the Linux man-pages project. A
37 description of the project, information about reporting bugs, and the
38 latest version of this page, can be found at
39 https://www.kernel.org/doc/man-pages/.
40
41
42
43GNU 2021-03-22 MTRACE(1)