1GCOV-DUMP(1)                          GNU                         GCOV-DUMP(1)
2
3
4

NAME

6       gcov-dump - offline gcda and gcno profile dump tool
7

SYNOPSIS

9       gcov-dump [-v|--version]
10            [-h|--help]
11            [-l|--long]
12            [-p|--positions]
13            [-r|--raw]
14            gcovfiles
15

DESCRIPTION

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

OPTIONS

21       -h
22       --help
23           Display help about using gcov-dump (on the standard output), and
24           exit without doing any further processing.
25
26       -l
27       --long
28           Dump content of records.
29
30       -p
31       --positions
32           Dump positions of records.
33
34       -r
35       --raw
36           Print content records in raw format.
37
38       -v
39       --version
40           Display the gcov-dump version number (on the standard output), and
41           exit without doing any further processing.
42
44       Copyright (c) 2017-2021 Free Software Foundation, Inc.
45
46       Permission is granted to copy, distribute and/or modify this document
47       under the terms of the GNU Free Documentation License, Version 1.3 or
48       any later version published by the Free Software Foundation; with the
49       Invariant Sections being "GNU General Public License" and "Funding Free
50       Software", the Front-Cover texts being (a) (see below), and with the
51       Back-Cover Texts being (b) (see below).  A copy of the license is
52       included in the gfdl(7) man page.
53
54       (a) The FSF's Front-Cover Text is:
55
56            A GNU Manual
57
58       (b) The FSF's Back-Cover Text is:
59
60            You have freedom to copy and modify this GNU Manual, like GNU
61            software.  Copies published by the Free Software Foundation raise
62            funds for GNU development.
63
64
65
66gcc-11.1.0                        2021-04-27                      GCOV-DUMP(1)
Impressum