summaryrefslogtreecommitdiff
path: root/libgcc/libgcov-driver.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Remove arc profile histogram in non-LTO mode.Martin Liska2018-09-211-286/+38
* Fix compilation of libgcov with GCOV_LOCKED=0.Martin Liska2018-06-071-2/+2
* Fix libgcov-driver-system bootstrap failure (PR bootstrap/86057).Martin Liska2018-06-071-14/+9
* Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska2018-06-051-111/+68
* libgcov: report about a different timestamp (PR gcov-profile/85759).Martin Liska2018-05-291-2/+6
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska2017-04-181-0/+9
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* gcov: dump in a static dtor instead of in an atexit handlerMartin Liska2016-09-271-3/+2
* On behalf of Aaron Conole <aconole@redhat.com>Aaron Conole2016-06-021-1/+7
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Add overlap functionality to gcov-tool.Rong Xu2014-10-081-1/+4
* Makefile.in: Fix dependence.Rong Xu2014-10-071-0/+81
* Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell2014-09-171-3/+22
* Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...Nathan Sidwell2014-08-071-57/+20
* Makefile.in (LIBGCOV_MERGE, [...]): Reformat.Nathan Sidwell2014-08-011-1/+2
* libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell2014-07-291-44/+48
* libgcov-driver.c (struct gcov_filename_aux): Rename ...Nathan Sidwell2014-07-271-46/+42
* libgcov-driver.c (set_gcov_dump_complete, [...]): Remove global functions pol...Nathan Sidwell2014-07-251-29/+3
* gcov-tool.c (gcov_list): Declare here.Nathan Sidwell2014-07-231-9/+5
* Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu2014-07-111-1/+5
* gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson2014-05-221-3/+4
* libgcov-driver.c (this_prg): make it local to save bss space.Rong Xu2014-01-091-15/+16
* gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu2014-01-081-19/+5
* Update copyright years in libgcc/Richard Sandiford2014-01-021-1/+1
* libgcov-driver.c (run_accounted): Make global level static.Jan Hubicka2013-11-191-6/+7
* libgcov-driver.c (gcov_exit_merge_summary): Fix setting run_accounted.Jan Hubicka2013-11-191-1/+1
* libgcov-driver.c (get_gcov_dump_complete): Update comments.Jan Hubicka2013-11-181-29/+39
* The patch re-factors libgcov.c to make it better modulelized.Rong Xu2013-11-131-0/+872