aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov-driver.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-12gcov: rename gcov_write_summaryMartin Liska1-1/+1
2022-05-02libgcov: add ATTRIBUTE_UNUSED for dump_stringMartin Liska1-0/+1
2022-04-28gcov: Add __gcov_filename_to_gcfn()Sebastian Huber1-1/+31
2022-04-28gcov: Add open mode parameter to gcov_do_dump()Sebastian Huber1-6/+6
2022-01-17Manual changes for .cc renaming.Martin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-13gcov: make profile merging smarterMartin Liska1-2/+6
2021-08-06gcov: Remove <stdint.h> from libgcov-driver.cSebastian Huber1-4/+2
2021-08-06gcov: Add __gcov_info_to_gdca()Sebastian Huber1-44/+141
2021-05-13gcov: Use system IO bufferingmarxin1-4/+2
2021-05-10Use genversion to generate version.h.Martin Liska1-2/+2
2021-04-29Add parallelism support to gcov for MinGW platformsEric Botcazou1-0/+5
2021-03-04profiling: fix streaming of TOPN countersMartin Liska1-8/+47
2021-03-03gcov: use mmap pools for KVP.Martin Liska1-4/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-22gcov: fix TOPN streaming from shared librariesSergei Trofimovich1-1/+1
2020-07-31libgcov: support overloaded mallocMartin Liska1-0/+6
2020-07-02Do not stream all zeros for gcda files.Martin Liska1-14/+30
2020-06-25gcov-tool: fix merge operation for summaryMartin Liska1-15/+11
2020-06-09libgcov: fix TOPN type castingMartin Liska1-2/+2
2020-06-02Make TOPN counter dynamically allocated.Martin Liska1-62/+54
2020-01-23Remove wrong bail out in prune_topn_counter.Martin Liska1-10/+5
2020-01-22Smart relaxation of TOP N counter.Martin Liska1-1/+53
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-07Remove indirect call top N counter type.Martin Liska1-80/+0
2019-01-18Update error message prefix in libgcov profiling.Martin Liska1-8/+11
2019-01-18Describe better version mismatch in libgcov driver.Martin Liska1-2/+27
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-286/+38
2018-06-07Fix compilation of libgcov with GCOV_LOCKED=0.Martin Liska1-2/+2
2018-06-07Fix libgcov-driver-system bootstrap failure (PR bootstrap/86057).Martin Liska1-14/+9
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-111/+68
2018-05-29libgcov: report about a different timestamp (PR gcov-profile/85759).Martin Liska1-2/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-04-18Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska1-0/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska1-3/+2
2016-06-02On behalf of Aaron Conole <aconole@redhat.com>Aaron Conole1-1/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-08Add overlap functionality to gcov-tool.Rong Xu1-1/+4
2014-10-07Makefile.in: Fix dependence.Rong Xu1-0/+81
2014-09-17Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell1-3/+22
2014-08-07Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...Nathan Sidwell1-57/+20
2014-08-01Makefile.in (LIBGCOV_MERGE, [...]): Reformat.Nathan Sidwell1-1/+2
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell1-44/+48
2014-07-27libgcov-driver.c (struct gcov_filename_aux): Rename ...Nathan Sidwell1-46/+42
2014-07-25libgcov-driver.c (set_gcov_dump_complete, [...]): Remove global functions pol...Nathan Sidwell1-29/+3
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell1-9/+5
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu1-1/+5