summaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
Commit message (Expand)AuthorAgeFilesLines
* gcov: use mmap pools for KVP.Martin Liska2021-03-031-3/+0
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* gcov-profile: use static pool for TOPN firstMartin Liska2020-10-271-1/+1
* libgcov: support overloaded mallocMartin Liska2020-07-311-0/+3
* Make TOPN counter dynamically allocated.Martin Liska2020-06-021-4/+18
* gcov-tool: Flexible endian adjustment for merging coverage dataMartin Liska2020-05-281-0/+3
* Add caveat about parsing of .gcda and .gcno files.Martin Liska2020-05-111-1/+7
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska2019-07-031-4/+3
* Implement N disk counters for single value and indirect call counters.Martin Liska2019-06-101-0/+7
* Remove indirect call top N counter type.Martin Liska2019-06-071-6/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Remove arc profile histogram in non-LTO mode.Martin Liska2018-09-211-64/+7
* When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska2018-06-291-0/+1
* Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska2018-06-051-24/+14
* Document gcov-io (PR gcov-profile/84735).Martin Liska2018-03-081-2/+6
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger2017-06-051-0/+1
* gcno file: do not stream block flags (PR gcov-profile/80031).Martin Liska2017-04-281-1/+0
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska2016-08-171-10/+0
* Cherry-pick fprofile-generate-atomic from google/gcc-4_9Martin Liska2016-08-101-0/+8
* Adapt the numbering scheme (PR gcov-profile/64874)Martin Liska2016-07-251-9/+9
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Add AutoFDO.Dehao Chen2014-10-211-0/+3
* Makefile.in: Fix dependence.Rong Xu2014-10-071-0/+6
* Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu2014-07-111-39/+18
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-2/+2
* gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson2014-05-221-0/+7
* gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu2014-01-081-263/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Put back typedef for gcov_working_set_t/gcov_bucket_typeH.J. Lu2013-12-101-4/+4
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-4/+4
* The patch re-factors libgcov.c to make it better modulelized.Rong Xu2013-11-131-0/+2
* Time profiler introduced.Martin Liska2013-11-111-4/+9
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* cgraph.h (cgraph_node): Add profile_id.Jan Hubicka2013-08-091-1/+1
* This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson2013-04-031-0/+22
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson2012-11-301-0/+1
* Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson2012-09-041-3/+38
* coverage.c: Refer to "notes file" instead of "graph file" in all comments.Steven Bosscher2012-07-231-1/+1
* This patch adds functionality to libgcov to enable user applications to colle...Teresa Johnson2012-05-081-0/+6
* gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.Nathan Sidwell2011-12-041-2/+2
* libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell2011-11-071-33/+32
* split checksum into cfg checksum and line checksumXinliang David Li2011-04-291-4/+8
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6