Re: [PATCH] Introduce no_profile_instrument_function attribute (PR gcov-profile/68025)

2016-07-28 Thread Martin Liška
On 07/27/2016 11:33 PM, Jeff Law wrote: > On 07/27/2016 02:27 AM, Martin Liška wrote: >> Hi. >> >> As mentioned in the PR gcov-profile/68025, there's a request not to >> instrument >> some functions (e.g. a in linux kernel). Thus, I come with a new attribute >> no_profile_instrument_function >> w

Re: [PATCH] Introduce no_profile_instrument_function attribute (PR gcov-profile/68025)

2016-07-27 Thread Jeff Law
On 07/27/2016 02:27 AM, Martin Liška wrote: Hi. As mentioned in the PR gcov-profile/68025, there's a request not to instrument some functions (e.g. a in linux kernel). Thus, I come with a new attribute no_profile_instrument_function which skips any profiling instrumentation. Patch can bootstra

[PATCH] Introduce no_profile_instrument_function attribute (PR gcov-profile/68025)

2016-07-27 Thread Martin Liška
Hi. As mentioned in the PR gcov-profile/68025, there's a request not to instrument some functions (e.g. a in linux kernel). Thus, I come with a new attribute no_profile_instrument_function which skips any profiling instrumentation. Patch can bootstrap on ppc64le-redhat-linux and survives regress