[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #11 from Martin Liška --- Author: marxin Date: Mon Nov 12 21:01:38 2018 New Revision: 266037 URL: https://gcc.gnu.org/viewcvs?rev=266037=gcc=rev Log: Instrument only selected files (PR gcov-profile/87442). 2018-11-12 Martin Liska

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #10 from Martin Liška --- > > Few things: > i) I use ';' as regex separator (to avoid issues under windows with C:\...) > ii) if exclude is empty and filename is matching any of the regexes in > filter then instrument it. > iii)

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-07 Thread cdenizet at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #9 from calixte --- (In reply to Martin Liška from comment #8) > Ok, I've got a patch prototype and I hope I'll be able to sent it before > the end of this stage1. > > > The idea is to add two options to easily include/exclude some

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added Target Milestone|10.0|9.0 --- Comment #8 from Martin Liška

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-10-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #7 from Martin Liška --- Good then, maybe I'll do that in next weeks. It should not be so difficult from implementation point of view.

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-10-18 Thread cdenizet at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #6 from calixte --- from IRC: calixte: I think -fprofile-filter-files -fprofile-exclude-files as Martin proposes looks OK to me.

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-10-02 Thread cdenizet at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #5 from calixte --- @martin, @honza: about option names, do we have an agreement on -fprofile-filter-files and -fprofile-exclude-files ?

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-10-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added Target Milestone|--- |10.0

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-09-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #4 from Martin Liška --- Maybe the other way around: -fprofile-filter-files -fprofile-exclude-files

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-09-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-09-26 Thread cdenizet at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 calixte changed: What|Removed |Added CC||mcastelluccio at mozilla dot com,

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-09-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|