]> git.ipfire.org Git - thirdparty/man-pages.git/blob - man1/mtrace.1
rename.2: SEE ALSO: add rename(1)
[thirdparty/man-pages.git] / man1 / mtrace.1
1 .\" Copyright (c) 2013, Peter Schiffer (pschiffe@redhat.com)
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, see
21 .\" <http://www.gnu.org/licenses/>.
22 .\" %%%LICENSE_END
23 .TH MTRACE 1 2017-09-15 "GNU" "Linux user manual"
24 .SH NAME
25 mtrace \- interpret the malloc trace log
26 .SH SYNOPSIS
27 .BR mtrace " [\fIoption\fR]... [\fIbinary\fR] \fImtracedata\fR"
28 .SH DESCRIPTION
29 .B mtrace
30 is a Perl script used to interpret and provide human readable output
31 of the trace log contained in the file
32 .IR mtracedata ,
33 whose contents were produced by
34 .BR mtrace (3).
35 If
36 .I binary
37 is provided, the output of
38 .B mtrace
39 also contains the source file name with line number information
40 for problem locations
41 (assuming that
42 .I binary
43 was compiled with debugging information).
44 .PP
45 For more information about the
46 .BR mtrace (3)
47 function and
48 .B mtrace
49 script usage, see
50 .BR mtrace (3).
51 .SH OPTIONS
52 .TP
53 .BI \fB\-\-help
54 Print help and exit.
55 .TP
56 .BI \fB\-\-version
57 Print version information and exit.
58 .SH BUGS
59 For bug reporting instructions, please see:
60 .UR http://www.gnu.org/software/libc/bugs.html
61 .UE .
62 .SH SEE ALSO
63 .BR memusage (1),
64 .BR mtrace (3)