aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov-profiler.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-06-03gcov: Fix build on AIXMartin Liska1-11/+0
2020-06-02Make TOPN counter dynamically allocated.Martin Liska1-39/+1
2020-01-27Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska1-3/+20
2020-01-22Fix TOP N counter update.Martin Liska1-22/+24
2020-01-22Smart relaxation of TOP N counter.Martin Liska1-16/+14
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska1-18/+12
2019-07-03Support N values in libgcov for single value counter type.Martin Liska1-9/+33
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska1-18/+15
2019-06-07Remove indirect call top N counter type.Martin Liska1-133/+0
2019-01-18Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-25Revert partially changes from r265454 (PR other/87735).Martin Liska1-1/+1
2018-10-24Remove reduntant dumps and make tp_first_run dump more compact.Martin Liska1-1/+1
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska1-17/+8
2018-08-01__gcov_indirect_call_callee can't be null in __gcov_indirect_call_profiler_v2.Martin Liska1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-09Speed-up indirect-call instrumentationMartin Liska1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-03Make direct emission of time profiler counterMartin Liska1-22/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-10/+10
2016-09-06Detect whether target can use -fprofile-update=atomicMartin Liska1-5/+18
2016-08-10Add new *_atomic counter update functionMartin Liska1-5/+98
2016-08-09Remove __gcov_indirect_call_profilerMartin Liska1-27/+0
2016-08-09Fix POW2 histogramMartin Liska1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-07Makefile.in: Fix dependence.Rong Xu1-1/+139
2014-09-05Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers1-22/+4
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu1-8/+1
2014-01-02Update copyright years in libgcc/Richard Sandiford1-1/+1
2013-11-13The patch re-factors libgcov.c to make it better modulelized.Rong Xu1-0/+223