aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-29gcov-tool: Flexible endian adjustment for merging coverage dataMartin Liska1-1/+1
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
2014-08-07Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...Nathan Sidwell1-1/+13
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell1-19/+20
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell1-4/+1
2014-07-14libgcov.h (struct gcov_fn_info): Make ctrs size 1.Richard Biener1-1/+1
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu1-1/+87
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu1-0/+229