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            gcovfiles
14

DESCRIPTION

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

OPTIONS

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