gcov-dump(1) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | COPYRIGHT | COLOPHON

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

NAME         top

       gcov-dump - offline gcda and gcno profile dump tool

SYNOPSIS         top

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

DESCRIPTION         top

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

OPTIONS         top

       -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.

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

COPYRIGHT         top

       Copyright (c) 2017-2019 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.

COLOPHON         top

       This page is part of the gcc (GNU Compiler Collection) project.
       Information about the project can be found at 
       ⟨http:https://gcc.gnu.org/⟩.  If you have a bug report for this manual
       page, see ⟨http:https://gcc.gnu.org/bugs/⟩.  This page was obtained
       from the tarball gcc-9.5.0.tar.xz fetched from
       ⟨ftp:https://ftp.gwdg.de/pub/misc/gcc/releases/⟩ on 2023-12-22.  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to [email protected]

gcc-9.5.0                      2022-05-27                   GCOV-DUMP(1)