summaryrefslogtreecommitdiff
path: root/libgcc/libgcov.h
AgeCommit message (Expand)Author
2020-05-05Do locking for __gcov_dump and __gcov_reset as well.Martin Liska
2020-01-27Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska
2019-06-10Add missing ATTR_UNUSED (PR bootstrap/90808).Martin Liska
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska
2019-06-07Remove indirect call top N counter type.Martin Liska
2019-01-18Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-06-21re PR gcov-profile/81080 (target libgcov not built with large file support)Richard Biener
2017-04-19Introduce gcov.h header file (PR gcov-profile/80435).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska
2016-09-27Remove __gcov_merge_delta (PR bootstrap/77749)Martin Liska
2016-08-10Add new *_atomic counter update functionMartin Liska
2016-08-09Remove __gcov_indirect_call_profilerMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-11-07replace BITS_PER_UNIT with __CHAR_BIT__ in target libsTrevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-10-07Makefile.in: Fix dependence.Rong Xu
2014-09-17Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell
2014-09-03libgcov-interface.c (STRONG_ALIAS): New.Nathan Sidwell
2014-08-07Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...Nathan Sidwell
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell
2014-07-14libgcov.h (struct gcov_fn_info): Make ctrs size 1.Richard Biener
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu