Re: [PING^2] Re: [PATCH] Caller instrumentation with -finstrument-calls

2013-11-11 Thread Jan Hubicka
Hi, I apologize for long time for the review. > > diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c > > index 8f7f5e5..f3ad003 100644 > > --- a/gcc/c-family/c-common.c > > +++ b/gcc/c-family/c-common.c > > @@ -343,6 +343,8 @@ static tree handle_tls_model_attribute (tree *, tree, > >

Re: [PATCH] Caller instrumentation with -finstrument-calls [PING^3]

2013-08-05 Thread Woegerer, Paul
...just about time for another ping on GCC caller instrumentation: http://gcc.gnu.org/ml/gcc-patches/2013-07/msg7.html Thanks, Paul On 07/10/2013 04:43 PM, wrote: > Ping, > > The updated patch that I have sent here: > http://gcc.gnu.org/ml/gcc-patches/2013-07/msg7.html > is still pending

[PING^2] Re: [PATCH] Caller instrumentation with -finstrument-calls

2013-07-10 Thread Paul_Woegerer
Ping, The updated patch that I have sent here: http://gcc.gnu.org/ml/gcc-patches/2013-07/msg7.html is still pending review/acceptance. Could someone please have a look. Many Thanks, Paul On Monday 01 July 2013 10:22:02 Woegerer, Paul wrote: > Hi Andrew, > > On Friday 28 June 2013 09:50:31

Re: [PATCH] Caller instrumentation with -finstrument-calls

2013-07-01 Thread Woegerer, Paul
Hi Andrew, On Friday 28 June 2013 09:50:31 Andrew Pinski wrote: > On Fri, Jun 28, 2013 at 5:51 AM, wrote: > > Hi, > > > > The patch below provides caller instrumentation for GCC. > > > > The following new options have been added: > > -finstrument-calls > > -finstrument-calls-exclude-fu

Re: [PATCH] Caller instrumentation with -finstrument-calls

2013-06-28 Thread Andrew Pinski
On Fri, Jun 28, 2013 at 5:51 AM, wrote: > Hi, > > The patch below provides caller instrumentation for GCC. > > The following new options have been added: > > -finstrument-calls > -finstrument-calls-exclude-function-list=SYM,SYM,... > -finstrument-calls-exclude-file-list=FILE,FILE,...