#include void __cyg_profile_func_enter (void *this_fn, void *call_site) { printf("%x\n", this_fn); } void __cyg_profile_func_exit (void *this_fn, void *call_site) { }