diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/mtrace.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/mtrace.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/mtrace.1 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/mtrace.1 b/upstream/opensuse-tumbleweed/man1/mtrace.1 new file mode 100644 index 00000000..56498d76 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/mtrace.1 @@ -0,0 +1,47 @@ +.\" Copyright (c) 2013, Peter Schiffer (pschiffe@redhat.com) +.\" +.\" SPDX-License-Identifier: GPL-2.0-or-later +.TH mtrace 1 2022-10-30 "Linux man-pages 6.05.01" +.SH NAME +mtrace \- interpret the malloc trace log +.SH SYNOPSIS +.nf +.BR mtrace " [\fIoption\fR]... [\fIbinary\fR] \fImtracedata\fR" +.fi +.SH DESCRIPTION +.B mtrace +is a Perl script used to interpret and provide human readable output +of the trace log contained in the file +.IR mtracedata , +whose contents were produced by +.BR mtrace (3). +If +.I binary +is provided, the output of +.B mtrace +also contains the source file name with line number information +for problem locations +(assuming that +.I binary +was compiled with debugging information). +.PP +For more information about the +.BR mtrace (3) +function and +.B mtrace +script usage, see +.BR mtrace (3). +.SH OPTIONS +.TP +.B \-\-help +Print help and exit. +.TP +.B \-\-version +Print version information and exit. +.SH BUGS +For bug reporting instructions, please see: +.UR http://www.gnu.org/software/libc/bugs.html +.UE . +.SH SEE ALSO +.BR memusage (1), +.BR mtrace (3) |