Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mtrace(1) [v7 man page]

MTRACE(1)							 Linux user manual							 MTRACE(1)

NAME
mtrace - interpret the malloc trace log SYNOPSIS
mtrace [option]... [binary] mtracedata DESCRIPTION
mtrace is a Perl script used to interpret and provide human readable output of the trace log contained in the file mtracedata, whose con- tents were produced by mtrace(3). If binary is provided, the output of mtrace also contains the source file name with line number informa- tion 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). OPTIONS
--help Print help and exit. --version Print version information and exit. BUGS
For bug reporting instructions, please see: <http://www.gnu.org/software/libc/bugs.html>. SEE ALSO
memusage(1), mtrace(3) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. GNU
2017-09-15 MTRACE(1)

Check Out this Related Man Page

MTRACE(1)							 Linux user manual							 MTRACE(1)

NAME
mtrace - interpret the malloc trace log SYNOPSIS
mtrace [option]... [binary] mtracedata DESCRIPTION
mtrace is a Perl script used to interpret and provide human readable output of the trace log contained in the file mtracedata, whose con- tents were produced by mtrace(3). If binary is provided, the output of mtrace also contains the source file name with line number informa- tion 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). OPTIONS
--help Print help and exit. --version Print version information and exit. BUGS
For bug reporting instructions, please see: <http://www.gnu.org/software/libc/bugs.html>. SEE ALSO
memusage(1), mtrace(3) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. GNU
2017-09-15 MTRACE(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Please interpret.

Hi guys, I have no idea on unix but suddenly, my cobol programs calls a unix script that i know nothing about. can you guys interpret these lines for me? i know its a print command but I want to actually know how many copies it prints. qprt -da -P $1 -t '6' -i '6' -l '70' $2 qprt -da... (1 Reply)
Discussion started by: supacow
1 Replies

2. AIX

Equivalent of Rexx Interpret?

Hi All, Does anyone familiar with “Rexx interpret” know of a script equivalent? For those that don't know “Rexx interpret”, here's how a script might look. variable='echo Hello World!' interpret $variable Output is Hello World! because $variable was interpreted. Thanks, Lou (6 Replies)
Discussion started by: LouPelagalli
6 Replies

3. UNIX for Dummies Questions & Answers

dexec command

Hi, How to interpret the below line: dexec -p -l /tmp/stores.${LOGIN} -o ${OUTPUT_DIR} As per the man pages, i can interpret as "it distributes the list to the output directory mentioned. Can anyone let me know the usage of "dexec" command in detail as i cannot interpret properly... (0 Replies)
Discussion started by: venkatesht
0 Replies

4. UNIX for Advanced & Expert Users

How to read prtctl output - Solaris10g - help please ...

Hi all, Can someone please explain how to read/interpret the prtctl -i project default output? Am mainly trying to look for the equivalent Solaris10 information of the old tunables seminfo and shminfo. According to some docs that I found, seminfo_semmni for example is supposed to... (0 Replies)
Discussion started by: newbie_01
0 Replies

5. Shell Programming and Scripting

Man pages list, script or not?

I am a beginner in Unix/Linux and I am wondering how can I have all the "man pages" options listed with the possibility of selecting the desired man page number. Do I need to write a script for that? e.g. $ man cp Man: find all matching manual pages * cp (1) cp (1p) Man: What manual page... (4 Replies)
Discussion started by: bashily
4 Replies