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            [-s|--stable]
15            gcovfiles
16

DESCRIPTION

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

OPTIONS

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