[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-11 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #22 from Myron Walker --- It does the same things a gcov and lcov combined but in python. It also does merging of data but in a different way than gcov-tool. I might need to change that. Another part of it is to allow access to di

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-11 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #20 from Myron Walker --- So I will probably continue working on the python script or package that can do much of the enhanced processing. One of the benefits of the python is I can process the code coverage data outside of a build e

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-07 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #16 from Myron Walker --- Just seems easier if the tool offers a choice.

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-07 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #14 from Myron Walker --- There are three types of files used to create a code coverage report. Notes, Data, and Source. It is likely that each type of file might have its own prefix GCOV_SRC_PREFIX, GCOV_NOTES_PREFIX and GCOC_DATA_

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-06 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #12 from Myron Walker --- What would be helpful then is if gcno, gcda and source files could all have separate root file system prefixes.

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-06 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #11 from Myron Walker --- Ok. I'll look into it On Wed, May 6, 2020, 7:25 AM marxin at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 > > --- Comment #10 from Martin Liška -

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-06 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #9 from Myron Walker --- How you I process data files from multiple sources and multiple runs with gcov.

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-06 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #6 from Myron Walker --- I use the gcno file to build a the graph, pull counters from the gcda files and then solve the graph for the missing counts. I am merging the data from multiple gcda sources. Multiple nodes running the same

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-06 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #4 from Myron Walker --- A python tool that can do distributed code coverage analysis. Gcda files from cluster nodes from a web interface, gcno from a web interface or file share in a build archive, and source directly from github.

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-06 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #2 from Myron Walker --- I am parsinv both gcno and gcda files.

[Bug gcov-profile/94928] New: Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-02 Thread myron.walker at gmail dot com
Severity: normal Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: myron.walker at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- The documentation of the notes file format below do not show

[Bug gcov-profile/53406] Unit Record not present in header files or in GCOV output

2012-05-22 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 --- Comment #6 from Myron Walker 2012-05-22 21:57:02 UTC --- Not according to the docs in the comments. note: unit function-graph* unit: header int32:checksum string:source function-graph: announce_function basic_blocks {arcs | l

[Bug gcov-profile/53414] New: gcov does not generate 'Lines' record for final block of functions

2012-05-18 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53414 Bug #: 53414 Summary: gcov does not generate 'Lines' record for final block of functions Classification: Unclassified Product: gcc Version: 4.2.0 Status: UNCONFIRMED

[Bug gcov-profile/53406] Unit Record not present in header files or in GCOV output

2012-05-18 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 Myron Walker changed: What|Removed |Added Version|4.6.1 |4.2.0 --- Comment #4 from Myron Walker 20

[Bug gcov-profile/53406] Unit Record not present in header files or in GCOV output

2012-05-18 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 --- Comment #3 from Myron Walker 2012-05-18 17:54:49 UTC --- Added example GCDA and GCNO files

[Bug gcov-profile/53406] Unit Record not present in header files or in GCOV output

2012-05-18 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 --- Comment #2 from Myron Walker 2012-05-18 17:54:12 UTC --- Created attachment 27439 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27439 Sample GCNO file

[Bug gcov-profile/53406] Unit Record not present in header files or in GCOV output

2012-05-18 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 --- Comment #1 from Myron Walker 2012-05-18 17:53:18 UTC --- Created attachment 27438 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27438 Sample GCDA file

[Bug gcov-profile/53406] New: Unit Record not present in header files or in GCOV output

2012-05-18 Thread myron.walker at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 Bug #: 53406 Summary: Unit Record not present in header files or in GCOV output Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED