[opensuse-programming] how to stop instrumentation of inlined fucntions [gcc -finstrumentation-functions]
Hi Folks, While using '-finstrumentation-functions' of gcc, the inlined functions are also instrumented automatically. I understand that it has been done purposely to get trace data for inlined functions as well and to not lose data about them. But what I want is different as I am generating a call graph in which I don't want the inlined functions to figure if they have been inlined. Is there any flag available to turn off the feature of instrumenting the inlined functions? (Note that adding 'no_instrument_function' won't server the purpose as it will need modification of each and every such inlinable function in code.) Or can anybody think of any workaround for preventing their instrumentation? Thanks, Alok --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org
participants (1)
-
Alok Ranjan Singh