]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man1/mtrace.1
rename.2: SEE ALSO: add rename(1)
[thirdparty/man-pages.git] / man1 / mtrace.1
CommitLineData
770e7545
PS
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
4b8c67d9 23.TH MTRACE 1 2017-09-15 "GNU" "Linux user manual"
770e7545
PS
24.SH NAME
25mtrace \- interpret the malloc trace log
26.SH SYNOPSIS
24bc93cb 27.BR mtrace " [\fIoption\fR]... [\fIbinary\fR] \fImtracedata\fR"
770e7545
PS
28.SH DESCRIPTION
29.B mtrace
30is a Perl script used to interpret and provide human readable output
24bc93cb
MK
31of the trace log contained in the file
32.IR mtracedata ,
33whose contents were produced by
34.BR mtrace (3).
770e7545 35If
24bc93cb
MK
36.I binary
37is provided, the output of
770e7545 38.B mtrace
24bc93cb
MK
39also contains the source file name with line number information
40for problem locations
770e7545 41(assuming that
24bc93cb 42.I binary
770e7545 43was compiled with debugging information).
2a86152e 44.PP
24bc93cb 45For more information about the
770e7545
PS
46.BR mtrace (3)
47function and
48.B mtrace
24bc93cb
MK
49script usage, see
50.BR mtrace (3).
770e7545
PS
51.SH OPTIONS
52.TP
53.BI \fB\-\-help
54Print help and exit.
55.TP
56.BI \fB\-\-version
57Print version information and exit.
58.SH BUGS
59For bug reporting instructions, please see:
0db39ccf
JW
60.UR http://www.gnu.org/software/libc/bugs.html
61.UE .
770e7545 62.SH SEE ALSO
ad7e7669 63.BR memusage (1),
770e7545 64.BR mtrace (3)