summaryrefslogtreecommitdiff
path: root/libgcc/libgcov-driver.c
AgeCommit message (Expand)Author
2020-01-23Remove wrong bail out in prune_topn_counter.Martin Liska
2020-01-22Smart relaxation of TOP N counter.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-06-07Remove indirect call top N counter type.Martin Liska
2019-01-18Update error message prefix in libgcov profiling.Martin Liska
2019-01-18Describe better version mismatch in libgcov driver.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-06-07Fix compilation of libgcov with GCOV_LOCKED=0.Martin Liska
2018-06-07Fix libgcov-driver-system bootstrap failure (PR bootstrap/86057).Martin Liska
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-05-29libgcov: report about a different timestamp (PR gcov-profile/85759).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-04-18Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska
2016-06-02On behalf of Aaron Conole <aconole@redhat.com>Aaron Conole
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-10-08Add overlap functionality to gcov-tool.Rong Xu
2014-10-07Makefile.in: Fix dependence.Rong Xu
2014-09-17Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell
2014-08-07Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...Nathan Sidwell
2014-08-01Makefile.in (LIBGCOV_MERGE, [...]): Reformat.Nathan Sidwell
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell
2014-07-27libgcov-driver.c (struct gcov_filename_aux): Rename ...Nathan Sidwell
2014-07-25libgcov-driver.c (set_gcov_dump_complete, [...]): Remove global functions pol...Nathan Sidwell
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu
2014-05-22gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson
2014-01-09libgcov-driver.c (this_prg): make it local to save bss space.Rong Xu
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu
2014-01-02Update copyright years in libgcc/Richard Sandiford
2013-11-19libgcov-driver.c (run_accounted): Make global level static.Jan Hubicka
2013-11-19libgcov-driver.c (gcov_exit_merge_summary): Fix setting run_accounted.Jan Hubicka
2013-11-18libgcov-driver.c (get_gcov_dump_complete): Update comments.Jan Hubicka
2013-11-13The patch re-factors libgcov.c to make it better modulelized.Rong Xu