标签: gcc makefile attributes instrumentation
如何仅使用 void cyg_profile_func_exit / enter() 函数对特定源文件中定义的函数进行检测,而不对这些函数内部调用的所有函数进行检测在编译过程中不必在所有嵌套代码中都放置“ __attribute ((no_instrument_function))”?