Re: finstrument-functions issues

2021-06-04 Thread Joel Sherrill
On Fri, Jun 4, 2021 at 9:16 AM Matthew J Fletcher wrote: > Replying to myself. > > Seems various interrupt and other rtems routines need to be excluded, with > "-finstrument-functions-exclude-file-list=/rtems > -finstrument-functions-exclude-function-list=arm_interrupt_,rtems_" > stability resume

Re: finstrument-functions issues

2021-06-04 Thread Matthew J Fletcher
Replying to myself. Seems various interrupt and other rtems routines need to be excluded, with "-finstrument-functions-exclude-file-list=/rtems -finstrument-functions-exclude-function-list=arm_interrupt_,rtems_" stability resumes. On Wed, 2 Jun 2021 at 15:34, Matthew J Fletcher wrote: > Hi > >

finstrument-functions issues

2021-06-02 Thread Matthew J Fletcher
Hi Has anyone tried with -finstrument-functions with the rtems-5 branch a (gcc 7.5.0) ? even with a minimal stub (shown), i get random crashes, normally in the heap allocate/free code paths __attribute__((no_instrument_function)) void __cyg_profile_func_enter (void *this_fn, void *call_site) { }