@c Copyright (C) 2017-2021 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @node Gcov-dump @chapter @command{gcov-dump}---an Offline Gcda and Gcno Profile Dump Tool @subsubheading Description @command{gcov-dump} is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline. @subsubheading Synopsis gcov-dump [@option{-v}|@option{--version}] [@option{-h}|@option{--help}] [@option{-l}|@option{--long}] [@option{-p}|@option{--positions}] [@option{-r}|@option{--raw}] [@option{-s}|@option{--stable}] [@var{gcovfiles}] @subsubheading Options @table @gcctabopt @item -h @itemx --help Display help about using @command{gcov-dump} (on the standard output), and exit without doing any further processing. @item -l @itemx --long Dump content of records. @item -p @itemx --positions Dump positions of records. @item -r @itemx --raw Print content records in raw format. @item -s @itemx --stable Print content in stable format usable for comparison. @item -v @itemx --version Display the @command{gcov-dump} version number (on the standard output), and exit without doing any further processing. @end table