Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-19 Thread Peter Oberparleiter
On 19.09.2013 12:21, Frantisek Hrbata wrote: > On Thu, Sep 19, 2013 at 11:04:16AM +0200, Peter Oberparleiter wrote: >> On 04.09.2013 16:42, Frantisek Hrbata wrote: >>> The gcov in-memory format changed in gcc 4.7. The biggest change, which >>> requires this special implementation, is that gcov_info

Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-19 Thread Frantisek Hrbata
On Thu, Sep 19, 2013 at 11:04:16AM +0200, Peter Oberparleiter wrote: > On 04.09.2013 16:42, Frantisek Hrbata wrote: > > The gcov in-memory format changed in gcc 4.7. The biggest change, which > > requires this special implementation, is that gcov_info no longer contains > > array of counters for ea

Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-19 Thread Frantisek Hrbata
On Wed, Sep 18, 2013 at 02:31:27PM -0700, Andrew Morton wrote: > On Wed, 18 Sep 2013 14:27:05 -0700 Joe Perches wrote: > > > On Wed, 2013-09-18 at 14:22 -0700, Andrew Morton wrote: > > > On Wed, 4 Sep 2013 16:42:54 +0200 Frantisek Hrbata > > > wrote: > > > > The gcov in-memory format changed i

Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-19 Thread Peter Oberparleiter
On 04.09.2013 16:42, Frantisek Hrbata wrote: > The gcov in-memory format changed in gcc 4.7. The biggest change, which > requires this special implementation, is that gcov_info no longer contains > array of counters for each counter type for all functions and gcov_fn_info is > not used for mapping

Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-18 Thread Andrew Morton
On Wed, 18 Sep 2013 14:27:05 -0700 Joe Perches wrote: > On Wed, 2013-09-18 at 14:22 -0700, Andrew Morton wrote: > > On Wed, 4 Sep 2013 16:42:54 +0200 Frantisek Hrbata > > wrote: > > > The gcov in-memory format changed in gcc 4.7. The biggest change, which > > > requires this special implementa

Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-18 Thread Joe Perches
On Wed, 2013-09-18 at 14:22 -0700, Andrew Morton wrote: > On Wed, 4 Sep 2013 16:42:54 +0200 Frantisek Hrbata > wrote: > > The gcov in-memory format changed in gcc 4.7. The biggest change, which > > requires this special implementation, is that gcov_info no longer contains > > array of counters f

Re: [PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-18 Thread Andrew Morton
On Wed, 4 Sep 2013 16:42:54 +0200 Frantisek Hrbata wrote: > The gcov in-memory format changed in gcc 4.7. The biggest change, which > requires this special implementation, is that gcov_info no longer contains > array of counters for each counter type for all functions and gcov_fn_info is > not u

[PATCH v2 2/4] gcov: add support for gcc 4.7 gcov format

2013-09-04 Thread Frantisek Hrbata
The gcov in-memory format changed in gcc 4.7. The biggest change, which requires this special implementation, is that gcov_info no longer contains array of counters for each counter type for all functions and gcov_fn_info is not used for mapping of function's counters to these arrays(offset). Now e