summaryrefslogtreecommitdiff
path: root/libgcc/libgcov-driver.c
Commit message (Expand)AuthorAgeFilesLines
* gcov: make profile merging smarterMartin Liska2021-10-131-2/+6
* gcov: Remove <stdint.h> from libgcov-driver.cSebastian Huber2021-08-061-4/+2
* gcov: Add __gcov_info_to_gdca()Sebastian Huber2021-08-061-44/+141
* gcov: Use system IO bufferingmarxin2021-05-131-4/+2
* Use genversion to generate version.h.Martin Liska2021-05-101-2/+2
* Add parallelism support to gcov for MinGW platformsEric Botcazou2021-04-291-0/+5
* profiling: fix streaming of TOPN countersMartin Liska2021-03-041-8/+47
* gcov: use mmap pools for KVP.Martin Liska2021-03-031-4/+7
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* gcov: fix TOPN streaming from shared librariesSergei Trofimovich2020-09-221-1/+1
* libgcov: support overloaded mallocMartin Liska2020-07-311-0/+6
* Do not stream all zeros for gcda files.Martin Liska2020-07-021-14/+30
* gcov-tool: fix merge operation for summaryMartin Liska2020-06-251-15/+11
* libgcov: fix TOPN type castingMartin Liska2020-06-091-2/+2
* Make TOPN counter dynamically allocated.Martin Liska2020-06-021-62/+54
* Remove wrong bail out in prune_topn_counter.Martin Liska2020-01-231-10/+5
* Smart relaxation of TOP N counter.Martin Liska2020-01-221-1/+53
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove indirect call top N counter type.Martin Liska2019-06-071-80/+0
* Update error message prefix in libgcov profiling.Martin Liska2019-01-181-8/+11
* Describe better version mismatch in libgcov driver.Martin Liska2019-01-181-2/+27
* 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