aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-12gcov: rename gcov_write_summaryMartin Liska1-3/+2
2022-05-10libgcov: use proper type for n_functionsMartin Liska1-1/+1
2022-04-28gcov: Make gcov_seek() staticSebastian Huber1-2/+0
2022-04-28gcov: Add mode to all gcov_open()Sebastian Huber1-1/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-13gcov: make profile merging smarterMartin Liska1-0/+1
2021-08-16gcov: Add TARGET_GCOV_TYPE_SIZE target hookSebastian Huber1-3/+3
2021-08-06gcov: Add __gcov_info_to_gdca()Sebastian Huber1-5/+0
2021-04-29Add parallelism support to gcov for MinGW platformsEric Botcazou1-0/+13
2021-03-06libgcov: Fix build on Darwin [PR99406]Jakub Jelinek1-0/+10
2021-03-04profiling: fix streaming of TOPN countersMartin Liska1-3/+14
2021-03-04gcov: call mmap MAP_ANONYMOUS with fd equal to -1Martin Liska1-1/+1
2021-03-03gcov: use mmap pools for KVP.Martin Liska1-9/+33
2021-01-26libgcov: improve profile reproducibilityMartin Liska1-1/+7
2021-01-25Restore profile reproducibility.Martin Liska1-4/+9
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-27gcov-profile: use static pool for TOPN firstMartin Liska1-18/+6
2020-07-31libgcov: support overloaded mallocMartin Liska1-2/+47
2020-06-25gcov-tool: fix merge operation for summaryMartin Liska1-0/+1
2020-06-17gcov: fix gcov-tool merge for TOPN countersMartin Liska1-1/+1
2020-06-09libgcov: fix TOPN type castingMartin Liska1-22/+27
2020-06-03gcov: Fix build on AIXMartin Liska1-2/+20
2020-06-02libgcov: replace malloc and calloc.Martin Liska1-1/+1
2020-06-02Make TOPN counter dynamically allocated.Martin Liska1-0/+87
2020-05-28gcov-tool: Flexible endian adjustment for merging coverage dataMartin Liska1-1/+1
2020-05-05Do locking for __gcov_dump and __gcov_reset as well.Martin Liska1-0/+6
2020-01-27Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska1-5/+5
2019-06-10Add missing ATTR_UNUSED (PR bootstrap/90808).Martin Liska1-1/+1
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska1-3/+26
2019-06-07Remove indirect call top N counter type.Martin Liska1-7/+0
2019-01-18Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska1-0/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-21re PR gcov-profile/81080 (target libgcov not built with large file support)Richard Biener1-0/+1
2017-04-19Introduce gcov.h header file (PR gcov-profile/80435).Martin Liska1-5/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska1-0/+3
2016-09-27Remove __gcov_merge_delta (PR bootstrap/77749)Martin Liska1-5/+0
2016-08-10Add new *_atomic counter update functionMartin Liska1-0/+7
2016-08-09Remove __gcov_indirect_call_profilerMartin Liska1-2/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-07replace BITS_PER_UNIT with __CHAR_BIT__ in target libsTrevor Saunders1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-07Makefile.in: Fix dependence.Rong Xu1-0/+7
2014-09-17Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell1-1/+13
2014-09-03libgcov-interface.c (STRONG_ALIAS): New.Nathan Sidwell1-1/+3