summaryrefslogtreecommitdiff
path: root/libgcc/libgcov.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* gcov: rename gcov_write_summaryMartin Liska2022-10-121-3/+2
* libgcov: use proper type for n_functionsMartin Liska2022-05-101-1/+1
* gcov: Make gcov_seek() staticSebastian Huber2022-04-281-2/+0
* gcov: Add mode to all gcov_open()Sebastian Huber2022-04-281-1/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* gcov: make profile merging smarterMartin Liska2021-10-131-0/+1
* gcov: Add TARGET_GCOV_TYPE_SIZE target hookSebastian Huber2021-08-161-3/+3
* gcov: Add __gcov_info_to_gdca()Sebastian Huber2021-08-061-5/+0
* Add parallelism support to gcov for MinGW platformsEric Botcazou2021-04-291-0/+13
* libgcov: Fix build on Darwin [PR99406]Jakub Jelinek2021-03-061-0/+10
* profiling: fix streaming of TOPN countersMartin Liska2021-03-041-3/+14
* gcov: call mmap MAP_ANONYMOUS with fd equal to -1Martin Liska2021-03-041-1/+1
* gcov: use mmap pools for KVP.Martin Liska2021-03-031-9/+33
* libgcov: improve profile reproducibilityMartin Liska2021-01-261-1/+7
* Restore profile reproducibility.Martin Liska2021-01-251-4/+9
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* gcov-profile: use static pool for TOPN firstMartin Liska2020-10-271-18/+6
* libgcov: support overloaded mallocMartin Liska2020-07-311-2/+47
* gcov-tool: fix merge operation for summaryMartin Liska2020-06-251-0/+1
* gcov: fix gcov-tool merge for TOPN countersMartin Liska2020-06-171-1/+1
* libgcov: fix TOPN type castingMartin Liska2020-06-091-22/+27
* gcov: Fix build on AIXMartin Liska2020-06-031-2/+20
* libgcov: replace malloc and calloc.Martin Liska2020-06-021-1/+1
* Make TOPN counter dynamically allocated.Martin Liska2020-06-021-0/+87
* gcov-tool: Flexible endian adjustment for merging coverage dataMartin Liska2020-05-281-1/+1
* Do locking for __gcov_dump and __gcov_reset as well.Martin Liska2020-05-051-0/+6
* Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska2020-01-271-0/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska2019-07-031-5/+5
* Add missing ATTR_UNUSED (PR bootstrap/90808).Martin Liska2019-06-101-1/+1
* Implement N disk counters for single value and indirect call counters.Martin Liska2019-06-101-3/+26
* Remove indirect call top N counter type.Martin Liska2019-06-071-7/+0
* Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska2019-01-181-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska2018-10-041-0/+9
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR gcov-profile/81080 (target libgcov not built with large file support)Richard Biener2017-06-211-0/+1
* Introduce gcov.h header file (PR gcov-profile/80435).Martin Liska2017-04-191-5/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* gcov: dump in a static dtor instead of in an atexit handlerMartin Liska2016-09-271-0/+3
* Remove __gcov_merge_delta (PR bootstrap/77749)Martin Liska2016-09-271-5/+0
* Add new *_atomic counter update functionMartin Liska2016-08-101-0/+7
* Remove __gcov_indirect_call_profilerMartin Liska2016-08-091-2/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* replace BITS_PER_UNIT with __CHAR_BIT__ in target libsTrevor Saunders2015-11-071-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Makefile.in: Fix dependence.Rong Xu2014-10-071-0/+7
* Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell2014-09-171-1/+13
* libgcov-interface.c (STRONG_ALIAS): New.Nathan Sidwell2014-09-031-1/+3