Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

gcov-dump (1)

Name

gcov-dump - offline gcda and gcno profile dump tool

Synopsis

gcov-dump [-v|--version]
[-h|--help]
[-l|--long]
[-p|--positions]
[-r|--raw]
gcovfiles

Description

GCOV-DUMP(1)                          GNU                         GCOV-DUMP(1)



NAME
       gcov-dump - offline gcda and gcno profile dump tool

SYNOPSIS
       gcov-dump [-v|--version]
            [-h|--help]
            [-l|--long]
            [-p|--positions]
            [-r|--raw]
            gcovfiles

DESCRIPTION
       gcov-dump is a tool you can use in conjunction with GCC to dump content
       of gcda and gcno profile files offline.

OPTIONS
       -h
       --help
           Display help about using gcov-dump (on the standard output), and
           exit without doing any further processing.

       -l
       --long
           Dump content of records.

       -p
       --positions
           Dump positions of records.

       -r
       --raw
           Print content records in raw format.

       -v
       --version
           Display the gcov-dump version number (on the standard output), and
           exit without doing any further processing.

COPYRIGHT
       Copyright (c) 2017-2021 Free Software Foundation, Inc.

       Permission is granted to copy, distribute and/or modify this document
       under the terms of the GNU Free Documentation License, Version 1.3 or
       any later version published by the Free Software Foundation; with the
       Invariant Sections being "GNU General Public License" and "Funding Free
       Software", the Front-Cover texts being (a) (see below), and with the
       Back-Cover Texts being (b) (see below).  A copy of the license is
       included in the gfdl(7) man page.

       (a) The FSF's Front-Cover Text is:

            A GNU Manual

       (b) The FSF's Back-Cover Text is:

            You have freedom to copy and modify this GNU Manual, like GNU
            software.  Copies published by the Free Software Foundation raise
            funds for GNU development.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------------+
       |ATTRIBUTE TYPE |      ATTRIBUTE VALUE        |
       +---------------+-----------------------------+
       |Availability   | developer/gcc/gcc-common-11 |
       +---------------+-----------------------------+
       |Stability      | Pass-thru volatile          |
       +---------------+-----------------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://ftp.gnu.org/gnu/gcc/gcc-11.3.0/gcc-11.3.0.tar.gz.

       Further information about this software can be found on the open source
       community website at https://gcc.gnu.org/.



gcc-11.3.0                        2022-04-21                      GCOV-DUMP(1)